aboutsummaryrefslogtreecommitdiff
path: root/dockerfiles/images/postgres
diff options
context:
space:
mode:
author无闻 <joe2010xtmf@163.com>2014-04-23 00:33:04 -0400
committer无闻 <joe2010xtmf@163.com>2014-04-23 00:33:04 -0400
commit22f85365776043e88def68fd73588d1d922ecb32 (patch)
tree4f890d0a16cb9bc7ef70fd0c346264d27e8624dd /dockerfiles/images/postgres
parentf0cdf30134e62be6bf5924735a6145769e495cfc (diff)
parent8952eb1ce0da0faaff9c23bcb29a3081223dcae4 (diff)
Merge pull request #105 from dockboard/master
Add Memcached and Redis Docker supported with MySQL and PostGreSQL
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