Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
dockerfile: Add --no-use-pep517 flag to pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
aexvir committed May 5, 2019
1 parent a7b9df3 commit 0338ade
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 @@ -31,7 +31,7 @@ COPY . ./

ARG package_version
ENV PACKAGE_VERSION=$package_version
RUN pip install -e . && \
RUN pip install --no-use-pep517 -e . && \
python manage.py collectstatic --noinput && \
chown -R macaque:macaque /app

Expand Down

0 comments on commit 0338ade

Please sign in to comment.