Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham authored Oct 27, 2024
1 parent 8a54419 commit 46150b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Base image
FROM python:3.12-slim-bookworm

LABEL \
Expand Down Expand Up @@ -62,7 +63,6 @@ COPY scripts/install_java_wkhtmltopdf.sh .
RUN ./install_java_wkhtmltopdf.sh

# Install Python dependencies
RUN echo ${TARGETPLATFORM}
COPY poetry.lock pyproject.toml ./
RUN poetry config virtualenvs.create false && \
poetry install --only main --no-root --no-interaction --no-ansi && \
Expand Down

0 comments on commit 46150b3

Please sign in to comment.