Add pwgen and sort
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2021-02-11 17:44:49 +01:00
parent 646bea1f38
commit 78d7ecb008
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 1 deletions

View File

@ -9,11 +9,12 @@ RUN apt-get update \
build-essential \
libffi-dev \
libssl-dev \
openssh-client \
pwgen \
python3-dev \
python3-pip \
python3-setuptools \
python3-wheel \
openssh-client \
sudo \
wget \
&& rm -rf /var/lib/apt/lists/* \