Browse Source

Adding pwgen

pull/192/head
Jason Kaltsikis 4 years ago
parent
commit
362adf30f3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile.autobuild

+ 1
- 1
Dockerfile.autobuild View File

@@ -44,7 +44,7 @@ RUN groupadd -g 2300 tmpgroup \

# Install nginx
RUN apt-get update \
&& apt-get -y install nginx \
&& apt-get -y install nginx pwgen\
&& rm -rf /var/lib/apt/lists/* \
&& apt-get autoclean



Loading…
Cancel
Save