Install build-essentials non-interactively
This commit is contained in:
parent
d3530e7ea9
commit
7612f621a3
|
|
@ -8,5 +8,7 @@ FROM ${DEVUAN_IMAGE}
|
||||||
LABEL maintainer="Olaf Meeuwissen <paddy-hack@member.fsf.org>"
|
LABEL maintainer="Olaf Meeuwissen <paddy-hack@member.fsf.org>"
|
||||||
|
|
||||||
RUN apt-get update -q \
|
RUN apt-get update -q \
|
||||||
&& apt-get install build-essential -q -y \
|
&& DEBIAN_FRONTEND=noninteractive \
|
||||||
|
apt-get install -q -y \
|
||||||
|
build-essential \
|
||||||
&& remove-apt-lists
|
&& remove-apt-lists
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue