Install build-essentials non-interactively

This commit is contained in:
Olaf Meeuwissen 2017-08-18 11:47:47 +09:00
parent d3530e7ea9
commit 7612f621a3
1 changed files with 3 additions and 1 deletions

View File

@ -8,5 +8,7 @@ FROM ${DEVUAN_IMAGE}
LABEL maintainer="Olaf Meeuwissen <paddy-hack@member.fsf.org>"
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