removed postgresql version from apt-get command

This commit is contained in:
Sameer Naik
2014-06-25 21:27:50 +05:30
parent 514ee94029
commit ad354d6f8d
+1 -1
View File
@@ -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/