Skip to content

Commit

Permalink
Add poetry to django-base (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clue88 authored Jan 19, 2024
1 parent 20ccd1c commit 3993245
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/django-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ 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
RUN pip install pipenv

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

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

0 comments on commit 3993245

Please sign in to comment.