Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
codesimo committed Apr 13, 2024
1 parent 4fc4300 commit 3190ed1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
FROM python:3-slim

# Install Poetry
ENV POETRY_VERSION "1.1.13"
RUN pip install six
RUN pip install poetry==${POETRY_VERSION}
RUN poetry config virtualenvs.create false
RUN pip install poetry

WORKDIR /opt/server

Expand Down

0 comments on commit 3190ed1

Please sign in to comment.