Fix shash build.
This commit is contained in:
parent
438ef16a47
commit
91b786e9e8
@ -19,7 +19,9 @@ RUN apk add --no-cache --virtual .build-deps \
|
|||||||
&& cd / \
|
&& cd / \
|
||||||
&& wget ftp://mcrypt.hellug.gr/pub/mcrypt/shash/shash-0.2.6.tar.gz \
|
&& wget ftp://mcrypt.hellug.gr/pub/mcrypt/shash/shash-0.2.6.tar.gz \
|
||||||
&& tar xvzf 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
|
# Cleanup
|
||||||
&& cd / \
|
&& cd / \
|
||||||
|
Loading…
Reference in New Issue
Block a user