We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e965516 commit 58e664aCopy full SHA for 58e664a
Dockerfile
@@ -3,7 +3,8 @@ FROM heroku/heroku:16-build
3
WORKDIR /app
4
ENV WORKSPACE_DIR="/app/builds" \
5
S3_BUCKET="lang-python" \
6
- S3_PREFIX="heroku-16/"
+ S3_PREFIX="heroku-16/" \
7
+ DEBIAN_FRONTEND=noninteractive
8
9
RUN apt-get update && apt-get install -y python-pip && rm -rf /var/lib/apt/lists/*
10
Dockerfile.heroku-18
@@ -3,7 +3,8 @@ FROM heroku/heroku:18-build
- S3_PREFIX="heroku-18/"
+ S3_PREFIX="heroku-18/" \
0 commit comments