Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jnonino authored Nov 21, 2023
1 parent 01916f8 commit afe7776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cnservices/pyenv
FROM python:3.12.0-slim
LABEL maintainer="Julian Nonino <noninojulian@gmail.com>"

# Environment Variables
Expand All @@ -7,5 +7,5 @@ ENV LANG C.UTF-8

# Install Python requirements
COPY requirements.txt /tmp/requirements.txt
RUN pip install --requirement /tmp/requirements.txt && \
RUN pip install --no-cache-dir --requirement /tmp/requirements.txt && \
rm -Rf /root/.cache/pip

0 comments on commit afe7776

Please sign in to comment.