mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-07-14 11:15:50 +08:00
upgrade to sameersbn/ubuntu:20141001, fixes shellshock
This commit is contained in:
+3
-3
@@ -1,10 +1,10 @@
|
||||
FROM sameersbn/ubuntu:12.04.20140818
|
||||
FROM sameersbn/ubuntu:12.04.20141001
|
||||
MAINTAINER sameer@damagehead.com
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends postgresql postgresql-client pwgen \
|
||||
&& apt-get install -y postgresql postgresql-client pwgen \
|
||||
&& rm -rf /var/lib/postgresql \
|
||||
&& rm -rf /var/lib/apt/lists/* # 20140818
|
||||
&& rm -rf /var/lib/apt/lists/* # 20141001
|
||||
|
||||
ADD start /start
|
||||
RUN chmod 755 /start
|
||||
|
||||
Reference in New Issue
Block a user