Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Mar 12, 2023
1 parent 8628037 commit 8aad91a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wis2box-management/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ RUN if [ "$WIS2BOX_PIP3_EXTRA_PACKAGES" = "None" ]; \
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-im/csv2bufr/archive/main.zip \
https://github.com/wmo-im/bufr2geojson/archive/main.zip \
https://github.com/wmo-im/csv2bufr/archive/refs/tags/v0.5.0.zip \
https://github.com/wmo-im/bufr2geojson/archive/refs/tags/v0.5.0.zip \
https://github.com/wmo-im/pymetdecoder/archive/master.zip \
https://github.com/wmo-im/synop2bufr/archive/main.zip \
https://github.com/wmo-im/synop2bufr/archive/refs/tags/v0.2.0.zip \
https://github.com/geopython/pygeometa/archive/master.zip \
https://github.com/wmo-im/pywcmp/archive/master.zip \
# install shapely
Expand Down

0 comments on commit 8aad91a

Please sign in to comment.