Skip to content

Commit

Permalink
Remove python-dotenv for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyrassilon committed Feb 23, 2022
1 parent 747e239 commit 7403469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ RUN pip install -U pip
COPY requirements.txt requirements.dev.txt manage.py ./
RUN pip install -U --no-cache-dir pip
RUN pip install -r requirements.txt
RUN pip uninstall python-dotenv -y

# Re-enable dev packages
RUN python3 -m venv --system-site-packages dev-packages \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile_EKS
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ RUN pip install -U pip
COPY requirements.txt requirements.dev.txt manage.py ./
RUN pip install -U --no-cache-dir pip
RUN pip install -r requirements.txt
RUN pip uninstall python-dotenv -y

# Re-enable dev packages
RUN python3 -m venv --system-site-packages dev-packages \
Expand Down

0 comments on commit 7403469

Please sign in to comment.