diff --git a/Dockerfile b/Dockerfile index 3a6d2f5..951274f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 / \