diff --git a/Dockerfile b/Dockerfile index 877a8af..e01fb0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.6-stretch as base RUN apt-get update RUN apt-get install -y \ - build-essentials git make gcc libtool libmhash-dev asciidoc + build-essential git make gcc libtool libmhash-dev asciidoc # Install deps RUN pip install snakeoil @@ -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 && make && make install WORKDIR /