Skip to content

Commit

Permalink
add flag in apt installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariana Barzinpour committed Jul 23, 2024
1 parent 9ec7530 commit 357d0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN apt-get update && \
rm -rf /var/lib/{apt,dpkg,cache,log} && \
echo "Environment is: $ENVIRONMENT" && \
([ "$ENVIRONMENT" = "deployment" ] || \
pip install --disable-pip-version-check pip-tools pytest-cov)
pip install --disable-pip-version-check --break-system-packages pip-tools pytest-cov)

# Set up a nice workdir and add the live code
ENV APPDIR=/code
Expand Down

0 comments on commit 357d0d1

Please sign in to comment.