Add package pwgen to mysqlclient utility image

Package pwgen is added to mysqlclient utility image
to support the password generation for mysql database
restore user.

Change-Id: I891679dcf12aac8156e1c5e623587f3e3b3e18c6
This commit is contained in:
Huang, Sophie (sh879n) 2020-06-04 01:19:37 +00:00
parent 3daaac9f01
commit 667f6b185c

View File

@ -23,6 +23,7 @@ RUN set -xe && \
python3-openstackclient \
python3-swiftclient \
curl \
pwgen \
sudo \
rsyslog && \
sed -i 's/$PrivDropToUser syslog/$PrivDropToUser nobody/' /etc/rsyslog.conf && \