aboutsummaryrefslogtreecommitdiff
path: root/dockerfiles/images/postgres
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-04-23 19:22:04 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-04-23 19:22:04 +0800
commit0c5e50a888ef3a48ff19390a0925820c718ac0de (patch)
tree8a5d00efc64b57cd197462dabde42f0a7aea72ec /dockerfiles/images/postgres
parent683e58878a3f1a36db29a252dd6ba0551210b1c1 (diff)
parent7ded30ba5ba5f3bc52b860f50ab82895734f449f (diff)
Merge branch 'master' of github.com:gogits/gogs
Diffstat (limited to 'dockerfiles/images/postgres')
-rw-r--r--dockerfiles/images/postgres/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/dockerfiles/images/postgres/Dockerfile b/dockerfiles/images/postgres/Dockerfile
index 9f026600..44e82b7d 100644
--- a/dockerfiles/images/postgres/Dockerfile
+++ b/dockerfiles/images/postgres/Dockerfile
@@ -1,6 +1,8 @@
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