mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-08-12 12:00:50 +08:00
upgrade to sameersbn/ubuntu:20141001, fixes shellshock
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
**latest**
|
**latest**
|
||||||
|
- upgrade to sameersbn/ubuntu:20141001, fixes shellshock
|
||||||
- mount volume at `/var/run/postgresql` allowing the postgresql unix socket to be exposed
|
- mount volume at `/var/run/postgresql` allowing the postgresql unix socket to be exposed
|
||||||
|
|
||||||
**9.1**
|
**9.1**
|
||||||
|
|||||||
+3
-3
@@ -1,10 +1,10 @@
|
|||||||
FROM sameersbn/ubuntu:12.04.20140818
|
FROM sameersbn/ubuntu:12.04.20141001
|
||||||
MAINTAINER sameer@damagehead.com
|
MAINTAINER sameer@damagehead.com
|
||||||
|
|
||||||
RUN apt-get update \
|
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/postgresql \
|
||||||
&& rm -rf /var/lib/apt/lists/* # 20140818
|
&& rm -rf /var/lib/apt/lists/* # 20141001
|
||||||
|
|
||||||
ADD start /start
|
ADD start /start
|
||||||
RUN chmod 755 /start
|
RUN chmod 755 /start
|
||||||
|
|||||||
Reference in New Issue
Block a user