Fix shash build.

This commit is contained in:
Alexis Lahouze 2018-11-25 21:21:21 +01:00
parent 438ef16a47
commit 91b786e9e8
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@ RUN apk add --no-cache --virtual .build-deps \
&& 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 \
&& cd shash-0.2.6 \
&& ./configure \
&& make && make install \
\
# Cleanup
&& cd / \