replace shasum so random pw gets created

This commit is contained in:
2019-09-18 13:49:56 -07:00
parent 0c908a53b6
commit eaa7b8b6ff
2 changed files with 21 additions and 0 deletions

View File

@@ -21,12 +21,14 @@ 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 && \