Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wagga40 committed Mar 25, 2024
1 parent 2af3909 commit 4e9da34
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -2,7 +2,7 @@
# Debian-based Python image instead of the Alpine-based image, which increases the size of the
# final image (~70 MB overhead).
#
ARG PYTHON_VERSION="3.9-slim"
ARG PYTHON_VERSION="3.11-slim"

FROM "python:${PYTHON_VERSION}" as stage

Expand Down Expand Up @@ -44,7 +44,7 @@ COPY --chown=root:root --from=stage \
WORKDIR "${ZIRCOLITE_INSTALL_PREFIX}/zircolite"

RUN python3 -m pip install \
--requirement requirements.txt
--requirement requirements.full.txt

ENTRYPOINT [ "python3", "zircolite.py" ]

Expand Down
Binary file modified docs/Zircolite_manual.pdf
Binary file not shown.

0 comments on commit 4e9da34

Please sign in to comment.