mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-23 09:04:27 +01:00
Update common.debian
Removed --yes
This commit is contained in:
parent
bef31b599a
commit
3b046d9c2a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user