aboutsummaryrefslogtreecommitdiff
path: root/dockerfiles/images/postgres
diff options
context:
space:
mode:
authorMeaglith Ma <genedna@gmail.com>2014-05-01 15:37:24 +0800
committerMeaglith Ma <genedna@gmail.com>2014-05-01 15:37:24 +0800
commitdc5546633f391bfc5ca20463baad06919210338d (patch)
tree097be1406db98e22750a6345b72a393606a6c586 /dockerfiles/images/postgres
parenteb463000a91281f525aa83781e7bcc9dbf8e350f (diff)
Remove 'ENV DEBIAN_FRONTEND noninteractive'
Diffstat (limited to 'dockerfiles/images/postgres')
-rw-r--r--dockerfiles/images/postgres/Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/dockerfiles/images/postgres/Dockerfile b/dockerfiles/images/postgres/Dockerfile
index 0188dd78..9d76873c 100644
--- a/dockerfiles/images/postgres/Dockerfile
+++ b/dockerfiles/images/postgres/Dockerfile
@@ -1,8 +1,6 @@
FROM ubuntu
MAINTAINER SvenDowideit@docker.com
-ENV DEBIAN_FRONTEND noninteractive
-
# Add the PostgreSQL PGP key to verify their Debian packages.
# It should be the same key as https://www.postgresql.org/media/keys/ACCC4CF8.asc
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8