Skip to content

Commit

Permalink
Revert "Add poetry to django-base"
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q authored Jan 19, 2024
1 parent 3993245 commit 630a41b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker/django-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y gcc libpq-dev l
COPY mime.types /etc/mime.types

# Install pipenv
RUN pip install pipenv

# Install poetry
RUN curl -sSL https://install.python-poetry.org | python3 -
RUN pip install pipenv

# Copy run file
COPY django-run /usr/local/bin/
Expand Down

0 comments on commit 630a41b

Please sign in to comment.