improved random pw generation, no external package

This commit is contained in:
2019-09-18 13:52:17 -07:00
parent eaa7b8b6ff
commit b9482d0aaf
2 changed files with 1 additions and 3 deletions

View File

@@ -21,14 +21,12 @@ RUN \
libboost-system-dev \
libboost-test-dev \
libboost-thread-dev \
libdigest-sha-perl \
libevent-dev \
libminiupnpc-dev \
libssl-dev \
libtool \
libzmq3-dev \
libzmq5 \
perl \
pkg-config \
&& \
apt-get clean && \