We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97d0ff commit de30402Copy full SHA for de30402
wis2box-management/Dockerfile
@@ -38,7 +38,7 @@ RUN apt-get update -y && apt-get install -y ${DEBIAN_PACKAGES} \
38
# install wis2box data pipeline dependencies
39
&& pip3 install --no-cache-dir \
40
https://github.com/wmo-cop/pyoscar/archive/refs/tags/0.7.0.zip \
41
- https://github.com/geopython/pygeometa/archive/0.16.0.zip \
+ https://github.com/geopython/pygeometa/archive/refs/tags/0.16.0.zip \
42
https://github.com/wmo-im/pywis-topics/archive/refs/tags/0.2.0.zip \
43
# install shapely
44
&& pip3 install --no-cache-dir cython pygeos==0.13 \
0 commit comments