Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4076 from mboersma/debian-noninteractive
Browse files Browse the repository at this point in the history
fix(Dockerfiles): silence apt-get TTY warnings
  • Loading branch information
mboersma committed Jul 22, 2015
2 parents a045639 + e7589ca commit 0bd2568
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM alpine:3.1

ENV DEBIAN_FRONTEND noninteractive

# install common packages
RUN apk add --update-cache curl bash sudo && rm -rf /var/cache/apk/*

Expand Down
2 changes: 0 additions & 2 deletions database/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM alpine:3.1

ENV DEBIAN_FRONTEND noninteractive

# install common packages
RUN apk add --update-cache curl bash sudo && rm -rf /var/cache/apk/*

Expand Down
1 change: 1 addition & 0 deletions mesos/build-marathon
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM deis/mesos-template:#VERSION#

ENV DEBIAN_FRONTEND noninteractive
ENV MARATHON_VERSION=#MARATHON_VERSION#

COPY build-marathon-jar.sh /tmp/build.sh
Expand Down
2 changes: 2 additions & 0 deletions mesos/template
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM ubuntu-debootstrap:14.04

ENV DEBIAN_FRONTEND noninteractive

COPY build-mesos.sh /tmp/build.sh

RUN DOCKER_BUILD=true MESOS="#VERSION#" /tmp/build.sh
2 changes: 0 additions & 2 deletions router/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM alpine:3.1

ENV DEBIAN_FRONTEND noninteractive

# install common packages
RUN apk add --update-cache curl bash sudo && rm -rf /var/cache/apk/*

Expand Down

0 comments on commit 0bd2568

Please sign in to comment.