浏览代码

Adding pwgen

pull/192/head
Jason Kaltsikis 4 年前
父节点
当前提交
362adf30f3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Dockerfile.autobuild

+ 1
- 1
Dockerfile.autobuild 查看文件

@@ -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



正在加载...
取消
保存