diff --git a/Dockerfile b/Dockerfile index 2614df0..3a6d2f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apk add --no-cache --virtual .build-deps \ && python -m setup install \ \ # Get shash - cd / \ + && 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 \