Stuff.
This commit is contained in:
parent
a68dbad749
commit
0a90f09c68
@ -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 /
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user