Skip to content

Commit

Permalink
fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed May 6, 2024
1 parent e97d0ff commit de30402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wis2box-management/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN apt-get update -y && apt-get install -y ${DEBIAN_PACKAGES} \
# install wis2box data pipeline dependencies
&& pip3 install --no-cache-dir \
https://github.com/wmo-cop/pyoscar/archive/refs/tags/0.7.0.zip \
https://github.com/geopython/pygeometa/archive/0.16.0.zip \
https://github.com/geopython/pygeometa/archive/refs/tags/0.16.0.zip \
https://github.com/wmo-im/pywis-topics/archive/refs/tags/0.2.0.zip \
# install shapely
&& pip3 install --no-cache-dir cython pygeos==0.13 \
Expand Down

0 comments on commit de30402

Please sign in to comment.