Skip to content

Commit

Permalink
Merge pull request #14 from wmo-im/release_v0.3.0
Browse files Browse the repository at this point in the history
Update of pinned csv2bufr and pymetdecoder.
  • Loading branch information
david-i-berry committed Mar 16, 2023
2 parents e143b18 + 409b6f9 commit 30da5a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ RUN echo "Acquire::Check-Valid-Until \"false\";\nAcquire::Check-Date \"false\";"
&& apt-get update -y \
&& apt-get install -y ${DEBIAN_PACKAGES} \
&& apt-get install -y python3 python3-pip libeccodes-tools \
&& pip3 install --no-cache-dir https://github.com/wmo-im/csv2bufr/archive/master.zip \
&& pip3 install --no-cache-dir https://github.com/wmo-im/pymetdecoder/archive/refs/tags/v0.1.2.zip
&& pip3 install --no-cache-dir https://github.com/wmo-im/csv2bufr/archive/refs/tags/v0.5.1.zip \
&& pip3 install --no-cache-dir https://github.com/wmo-im/pymetdecoder/archive/refs/tags/v0.1.3.zip

ENV LOG_LEVEL=INFO

Expand Down

0 comments on commit 30da5a2

Please sign in to comment.