Merge pull request #105 from KalleDK/patch-1

Debian Frontend
This commit is contained in:
Matt McCormick 2017-01-29 09:31:10 -05:00 committed by GitHub
commit 06496631bf

View File

@ -1,7 +1,9 @@
RUN REPO=http://cdn-fastly.deb.debian.org && \ RUN REPO=http://cdn-fastly.deb.debian.org && \
echo "deb $REPO/debian jessie main\ndeb $REPO/debian jessie-updates main\ndeb $REPO/debian-security jessie/updates main" > /etc/apt/sources.list echo "deb $REPO/debian jessie main\ndeb $REPO/debian jessie-updates main\ndeb $REPO/debian-security jessie/updates main" > /etc/apt/sources.list
RUN apt-get update && apt-get -y install \ ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install \
automake \ automake \
autogen \ autogen \
bash \ bash \
@ -27,4 +29,4 @@ RUN apt-get update && apt-get -y install \
wget \ wget \
runit \ runit \
xz-utils && \ xz-utils && \
apt-get -y clean apt-get clean