From 0a90f09c686e3915e7a6f097a28d6a4ff2a97ff5 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 25 Nov 2018 22:34:10 +0100 Subject: [PATCH] Stuff. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 /