diff --git a/Dockerfile b/Dockerfile index 26f851b..f098219 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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