Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wmuldergov committed Jan 3, 2025
1 parent 5ef0747 commit bdc5217
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM python:3.13-slim

# Set custom cache and virtualenv paths that are writable
ENV POETRY_CACHE_DIR=/app/.cache
ENV POETRY_VIRTUALENVS_PATH=/app/.virtualenvs

WORKDIR /app

RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit bdc5217

Please sign in to comment.