Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
disable pep 517 (#194)
Browse files Browse the repository at this point in the history
see getsentry/getsentry#3098
  • Loading branch information
josh authored and mattrobenolt committed Aug 12, 2019
1 parent 3a84c46 commit b78b21a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
# Sane defaults for pip
ENV PIP_NO_CACHE_DIR off
ENV PIP_DISABLE_PIP_VERSION_CHECK on
ENV PIP_USE_PEP517 off

# grab gosu for easy step-down from root
RUN set -x \
Expand Down

0 comments on commit b78b21a

Please sign in to comment.