dockerfile: install pwgen package (has been removed from the base image)

This commit is contained in:
Sameer Naik
2014-09-30 19:58:49 +05:30
parent cc065698f1
commit 7bec626f6a
+1 -1
View File
@@ -2,7 +2,7 @@ FROM sameersbn/ubuntu:12.04.20140818
MAINTAINER sameer@damagehead.com
RUN apt-get update \
&& apt-get install -y --no-install-recommends postgresql postgresql-client \
&& apt-get install -y --no-install-recommends postgresql postgresql-client pwgen \
&& rm -rf /var/lib/postgresql \
&& rm -rf /var/lib/apt/lists/* # 20140818