From c240a8f270ac66ec463e7ad1ad24c50ddc80160b Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 25 Nov 2018 22:48:38 +0100 Subject: [PATCH] Change configure option. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0aaaad9..6ead5fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN wget ftp://mcrypt.hellug.gr/pub/mcrypt/shash/shash-0.2.6.tar.gz \ # Build shash WORKDIR shash-0.2.6 RUN cp /usr/share/libtool/build-aux/missing ./ \ - && ./configure && make && make install + && ./configure --build=i686-pc-linux && make && make install WORKDIR /