mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-06-28 06:14:14 +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
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y postgresql-9.1 postgresql-client-9.1 && \
|
||||
apt-get clean # 20140418
|
||||
apt-get clean # 20140525
|
||||
|
||||
ADD assets/ /app/
|
||||
RUN chmod 755 /app/init /app/setup/install
|
||||
|
||||
Reference in New Issue
Block a user