mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-02-02 07:46:37 +01:00
Update common.debian
I tried to build the image manually and failed due to apt-get asked for [y] in the install procedure.
This commit is contained in:
parent
24833fb60b
commit
e804fc107d
@ -3,7 +3,7 @@ RUN REPO=http://cdn-fastly.deb.debian.org && \
|
|||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
RUN apt-get update && apt-get install \
|
RUN apt-get update --yes && apt-get install --yes \
|
||||||
automake \
|
automake \
|
||||||
autogen \
|
autogen \
|
||||||
bash \
|
bash \
|
||||||
@ -32,4 +32,4 @@ RUN apt-get update && apt-get install \
|
|||||||
wget \
|
wget \
|
||||||
runit \
|
runit \
|
||||||
xz-utils && \
|
xz-utils && \
|
||||||
apt-get clean
|
apt-get clean --yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user