fix minimal build

This commit is contained in:
Lars Olzem 2018-05-31 03:08:42 +01:00
parent f5954ab939
commit ec78959cee
No known key found for this signature in database
GPG Key ID: 358CF5698DDD556E

View File

@ -20,7 +20,7 @@ ENV BASEDIR=$BASEDIR \
CUSTOMPARAMETERS=""
RUN apt-get update -q \
&& apt-get install -yqq lib32tinfo5 gdb \
&& apt-get install -yqq lib32tinfo5 paxctl \
&& apt-get clean \
&& rm -rf \
/tmp/* \