Fix shash build.

This commit is contained in:
Alexis Lahouze 2018-11-25 21:26:07 +01:00
parent 072568803b
commit 6c965c7214
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ RUN apk add --no-cache --virtual .build-deps \
&& 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 \
&& ./configure \
&& ./configure --build=x86_64 \
&& make && make install \
\
# Cleanup