Skip to content

Commit

Permalink
Docker: Install more extras
Browse files Browse the repository at this point in the history
  • Loading branch information
gutzbenj committed Mar 9, 2024
1 parent 88cc67c commit 3a60732
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN --mount=type=cache,id=pip,target=/root/.cache/pip \
true \
&& pip install --prefer-binary versioningit \
&& WHEEL=$(ls -r /tmp/wetterdienst-*-py3-none-any.whl | head -n 1) \
&& pip install --use-pep517 --prefer-binary ${WHEEL}[export,influxdb,cratedb,postgresql,radar,bufr,restapi,explorer,radar,radarplus]
&& pip install --use-pep517 --prefer-binary ${WHEEL}[bufr,cratedb,duckdb,explorer,export,influxdb,interpolation,postgresql,radar,radarplus,restapi]

# Final stage
FROM python:3.12-slim-bookworm
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changelog
Development
***********

- Docker: Install more extras

0.77.1 (08.03.2024)
*******************

Expand Down

0 comments on commit 3a60732

Please sign in to comment.