Merge pull request #112 from KalleDK/patch-1

Update common.debian
This commit is contained in:
Matt McCormick 2017-02-03 17:24:12 -05:00 committed by GitHub
commit 60ab89e001

View File

@ -3,7 +3,7 @@ RUN REPO=http://cdn-fastly.deb.debian.org && \
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install \
RUN apt-get update --yes && apt-get install --yes \
automake \
autogen \
bash \
@ -32,4 +32,4 @@ RUN apt-get update && apt-get install \
wget \
runit \
xz-utils && \
apt-get clean
apt-get clean --yes