Fix shash build.
This commit is contained in:
parent
072568803b
commit
6c965c7214
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user