mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-06-28 06:14:14 +08:00
removed postgresql version from apt-get command
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ 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 install -y postgresql postgresql-client && \
|
||||
apt-get clean # 20140525
|
||||
|
||||
ADD assets/ /app/
|
||||
|
||||
Reference in New Issue
Block a user