Skip to content

Commit

Permalink
Pin pip versions for stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed Jul 7, 2023
1 parent d947347 commit ba622d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ LABEL name="EOEPCA data access core" \
type="EOEPCA data access core" \
version="1.1.6"

RUN pip3 install PyYAML "SQLAlchemy<2.0.0" OWSLib pygeometa pystac_client && \
pip3 install https://github.com/geopython/pycsw/archive/master.zip
RUN pip3 install PyYAML==5.4.1 "SQLAlchemy<2.0.0" OWSLib==0.29.2 pygeometa==0.15.0 pystac_client==0.6.1 && \
pip3 install https://github.com/geopython/pycsw/archive/3.0.0-alpha4.zip

RUN mkdir /registrar_pycsw
ADD registrar_pycsw/ \
Expand Down

0 comments on commit ba622d4

Please sign in to comment.