Explicitly set noninteractive frontent

This commit is contained in:
George Oikonomou 2018-10-20 15:24:16 +01:00
parent 543ab20333
commit 995a076262
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
FROM 32bit/ubuntu:16.04
ENV DEBIAN_FRONTEND noninteractive
# Tools
RUN apt-get update && \
apt-get install -y --no-install-recommends \