Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Feb 1, 2024
1 parent 4cccccc commit 43228a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose/local/django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ FROM python as python-build-stage

ARG BUILD_ENVIRONMENT=local

ENV PATH /venv/bin:$PATH

# Install apt packages
RUN apt-get update && apt-get install --no-install-recommends -y \
# dependencies for building Python packages
Expand Down
2 changes: 2 additions & 0 deletions compose/production/django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ FROM python as python-build-stage

ARG BUILD_ENVIRONMENT=production

ENV PATH /venv/bin:$PATH

# Install apt packages
RUN apt-get update && apt-get install --no-install-recommends -y \
# dependencies for building Python packages
Expand Down

0 comments on commit 43228a3

Please sign in to comment.