mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-07-10 05:37:32 +08:00
dockerfile: upgrade to sameersbn/ubuntu:14.04.20150604
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
FROM sameersbn/ubuntu:14.04.20150603
|
FROM sameersbn/ubuntu:14.04.20150604
|
||||||
MAINTAINER sameer@damagehead.com
|
MAINTAINER sameer@damagehead.com
|
||||||
|
|
||||||
ENV PG_VERSION 9.4
|
ENV PG_VERSION 9.4
|
||||||
@@ -7,7 +7,7 @@ RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-k
|
|||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y postgresql-${PG_VERSION} postgresql-client-${PG_VERSION} postgresql-contrib-${PG_VERSION} \
|
&& apt-get install -y postgresql-${PG_VERSION} postgresql-client-${PG_VERSION} postgresql-contrib-${PG_VERSION} \
|
||||||
&& rm -rf /var/lib/postgresql \
|
&& rm -rf /var/lib/postgresql \
|
||||||
&& rm -rf /var/lib/apt/lists/* # 20150603
|
&& rm -rf /var/lib/apt/lists/* # 20150604
|
||||||
|
|
||||||
ADD start /start
|
ADD start /start
|
||||||
RUN chmod 755 /start
|
RUN chmod 755 /start
|
||||||
|
|||||||
Reference in New Issue
Block a user