mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-08-12 12:00:50 +08:00
upgrade to sameersbn/ubuntu:12.04.20140519 base image
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
|||||||
FROM sameersbn/ubuntu:12.04.20140418
|
FROM sameersbn/ubuntu:12.04.20140519
|
||||||
MAINTAINER sameer@damagehead.com
|
MAINTAINER sameer@damagehead.com
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y postgresql-9.1 postgresql-client-9.1 && \
|
apt-get install -y postgresql-9.1 postgresql-client-9.1 && \
|
||||||
apt-get clean # 20140418
|
apt-get clean # 20140525
|
||||||
|
|
||||||
ADD assets/ /app/
|
ADD assets/ /app/
|
||||||
RUN chmod 755 /app/init /app/setup/install
|
RUN chmod 755 /app/init /app/setup/install
|
||||||
|
|||||||
Reference in New Issue
Block a user