mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-06-28 14:47:42 +08:00
dockerfile: install pwgen package (has been removed from the base image)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user