Skip to content

Commit

Permalink
Test with pypi version.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Aug 19, 2024
1 parent 00e768f commit b16c197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN python3.12 -m venv /home/wis2downloader/.venv && \
RUN source /home/wis2downloader/.venv/bin/activate && \
python -m pip install --no-cache-dir gunicorn==23.0.0 requests==2.32.3 && \
python -m pip install --no-cache-dir pyopenssl==24.2.1 --upgrade && \
python -m pip install --no-cache-dir git+https://github.com/wmo-im/wis2downloader@docker2
python -m pip install --no-cache-dir wis2downloader==0.3.0 # git+https://github.com/wmo-im/wis2downloader@docker2

# copy config and entrypoint to the Docker image
COPY config/. /home/wis2downloader/app/config
Expand Down

0 comments on commit b16c197

Please sign in to comment.