From 15ecb76950d7fe60ddaefaf942630fc5e523917a Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Mon, 30 Sep 2019 11:00:27 -0700 Subject: [PATCH] revert pin bionic packages for heroku-18 --- builds/heroku-18.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/heroku-18.Dockerfile b/builds/heroku-18.Dockerfile index 6428fa6..6288ac0 100644 --- a/builds/heroku-18.Dockerfile +++ b/builds/heroku-18.Dockerfile @@ -7,7 +7,7 @@ ENV WORKSPACE_DIR="/app/builds" \ DEBIAN_FRONTEND=noninteractive \ STACK="heroku-18" -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/* +RUN apt-get update && apt-get install -y python-pip && rm -rf /var/lib/apt/lists/* COPY requirements.txt /app/ RUN pip install --disable-pip-version-check --no-cache-dir -r /app/requirements.txt