Skip to content

Commit de30402

Browse files
committed
fix ref
1 parent e97d0ff commit de30402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wis2box-management/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN apt-get update -y && apt-get install -y ${DEBIAN_PACKAGES} \
3838
# install wis2box data pipeline dependencies
3939
&& pip3 install --no-cache-dir \
4040
https://github.com/wmo-cop/pyoscar/archive/refs/tags/0.7.0.zip \
41-
https://github.com/geopython/pygeometa/archive/0.16.0.zip \
41+
https://github.com/geopython/pygeometa/archive/refs/tags/0.16.0.zip \
4242
https://github.com/wmo-im/pywis-topics/archive/refs/tags/0.2.0.zip \
4343
# install shapely
4444
&& pip3 install --no-cache-dir cython pygeos==0.13 \

0 commit comments

Comments
 (0)