Skip to content

Commit 58e664a

Browse files
committed
1 parent e965516 commit 58e664a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ FROM heroku/heroku:16-build
33
WORKDIR /app
44
ENV WORKSPACE_DIR="/app/builds" \
55
S3_BUCKET="lang-python" \
6-
S3_PREFIX="heroku-16/"
6+
S3_PREFIX="heroku-16/" \
7+
DEBIAN_FRONTEND=noninteractive
78

89
RUN apt-get update && apt-get install -y python-pip && rm -rf /var/lib/apt/lists/*
910

Dockerfile.heroku-18

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ FROM heroku/heroku:18-build
33
WORKDIR /app
44
ENV WORKSPACE_DIR="/app/builds" \
55
S3_BUCKET="lang-python" \
6-
S3_PREFIX="heroku-18/"
6+
S3_PREFIX="heroku-18/" \
7+
DEBIAN_FRONTEND=noninteractive
78

89
RUN apt-get update && apt-get install -y python-pip && rm -rf /var/lib/apt/lists/*
910

0 commit comments

Comments
 (0)