This commit is contained in:
Alexis Lahouze 2018-11-25 22:34:10 +01:00
parent a68dbad749
commit 0a90f09c68
1 changed files with 2 additions and 2 deletions

View File

@ -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 /