Browse Source

Use 'Noninteractive' frontend in Dockerfile

Otherwise it stops to ask what timezone you want to use.
Roger Lipscombe 6 years ago
parent
commit
0c8904031e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docker/Dockerfile

+ 1 - 0
docker/Dockerfile

@@ -1,5 +1,6 @@
 FROM ubuntu
 
+RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
 RUN apt-get update && apt-get install -y \
   git \
   mercurial \