We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96ffc14 + 0ff53eb commit c458743Copy full SHA for c458743
Dockerfile.heroku-18
@@ -6,7 +6,7 @@ ENV WORKSPACE_DIR="/app/builds" \
6
S3_PREFIX="heroku-18/" \
7
DEBIAN_FRONTEND=noninteractive
8
9
-RUN apt-get update && apt-get install -y python-pip && rm -rf /var/lib/apt/lists/*
+RUN apt-get update && apt-get install --no-install-recommends -y python-pip-whl=9.0.1-2 python-pip=9.0.1-2 python-setuptools python-wheel && rm -rf /var/lib/apt/lists/*
10
11
COPY requirements.txt /app/
12
RUN pip install --disable-pip-version-check --no-cache-dir -r /app/requirements.txt
0 commit comments