Update common.debian

Removed --yes
This commit is contained in:
Kalle Møller 2017-01-28 20:50:37 +01:00
parent bef31b599a
commit 3b046d9c2a

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