From bf7e89bc311c0a383add61a20595afec7e53651f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Tue, 5 Mar 2019 10:17:08 +0000 Subject: [PATCH] Make sure that the fresh debian build is noninteractive --- ubuntu/Dockerfile | 2 +- ubuntu/test_insider | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile index 1c736171..3fd32db7 100644 --- a/ubuntu/Dockerfile +++ b/ubuntu/Dockerfile @@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive RUN echo "APT::Acquire::Retries=16;" >> /etc/apt/apt.conf.d/99_retries RUN apt-get update -RUN apt-get install -y --fix-missing sudo apt-utils aptitude dirmngr locales +RUN apt-get install -y --fix-missing sudo apt-utils aptitude dirmngr locales nullmailer RUN apt-get -y upgrade RUN sudo locale-gen en_GB.UTF-8 diff --git a/ubuntu/test_insider b/ubuntu/test_insider index 9780e69b..fe209e51 100755 --- a/ubuntu/test_insider +++ b/ubuntu/test_insider @@ -8,8 +8,12 @@ export NO_SYSTEMCTL=true echo "APT::Acquire::Retries=16;" >> /etc/apt/apt.conf.d/99_retries +echo "Europe/London" > /etc/timezone + apt-get update -apt-get install sudo +apt-get install -y sudo nullmailer tzdata +dpkg-reconfigure -f noninteractive tzdata + cd $HOME mkdir -p dev/