(no commit message) master
authorChristian Weiske <cweiske@cweiske.de>
Thu, 26 Jul 2018 07:33:35 +0000 (09:33 +0200)
committerwww-cweiske <www-cweiske@localhost.localdomain>
Thu, 26 Jul 2018 07:33:35 +0000 (09:33 +0200)
problem.txt [new file with mode: 0644]
solution.txt [new file with mode: 0644]

diff --git a/problem.txt b/problem.txt
new file mode 100644 (file)
index 0000000..faa530c
--- /dev/null
@@ -0,0 +1,15 @@
+Setting up tzdata (2018d-1) ...\r
+debconf: unable to initialize frontend: Dialog\r
+debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)\r
+debconf: falling back to frontend: Readline\r
+Configuring tzdata\r
+------------------\r
+\r
+Please select the geographic area in which you live. Subsequent configuration\r
+questions will narrow this down by presenting a list of cities, representing\r
+the time zones in which they are located.\r
+\r
+  1. Africa      4. Australia  7. Atlantic  10. Pacific  13. Etc\r
+  2. America     5. Arctic     8. Europe    11. SystemV\r
+  3. Antarctica  6. Asia       9. Indian    12. US\r
+Geographic area: 8\r
diff --git a/solution.txt b/solution.txt
new file mode 100644 (file)
index 0000000..1326fab
--- /dev/null
@@ -0,0 +1,11 @@
++++ docker/web-build/Dockerfile\r
+@@ -1,9 +1,10 @@\r
+-FROM ubuntu:16.04\r
++FROM ubuntu:18.04\r
\r
+ MAINTAINER "Christian Weiske" <weiske@mogic.com>\r
\r
+ ENV TERM=xterm\\r
+-    TZ=Europe/Berlin\r
++    TZ=Europe/Berlin\\r
++    DEBIAN_FRONTEND=noninteractive\r