Skip to content

Commit 607aa70

Browse files
committed
fix(Dockerfiles): silence apt-get TTY warnings
The mesos components didn't all set DEBIAN_FRONTEND to noninteractive, so there were several build warnings about not finding a TTY. Additionally, some Alpine images still had a vestigial DEBIAN_FRONTEND statement.
1 parent dac5280 commit 607aa70

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
FROM alpine:3.1
22

3-
ENV DEBIAN_FRONTEND noninteractive
4-
53
# install common packages
64
RUN apk add --update-cache curl bash sudo && rm -rf /var/cache/apk/*
75

0 commit comments

Comments
 (0)