This commit is contained in:
Alexis Lahouze 2018-11-25 21:18:12 +01:00
parent 2fa7b3e9b4
commit 438ef16a47
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ RUN apk add --no-cache --virtual .build-deps \
&& python -m setup install \
\
# Get shash
cd / \
&& cd / \
&& wget ftp://mcrypt.hellug.gr/pub/mcrypt/shash/shash-0.2.6.tar.gz \
&& tar xvzf shash-0.2.6.tar.gz \
&& cd shash-0.2.6 && make && make install \