{"type":"rich","version":"1.0","provider_name":"phorkie","provider_url":"https:\/\/p.cweiske.de\/","title":"docker ubuntu 18.04 installation: tzdata configuration","author_name":"Christian Weiske","cache_age":86400,"width":900,"height":900,"html":"<!-- embedding all files of https:\/\/p.cweiske.de\/582 -->\n<link rel=\"stylesheet\" href=\"https:\/\/p.cweiske.de\/css\/embed.css\"\/>\n<div class=\"phork\" id=\"582\">\n    <div class=\"phork-file\">\n <div class=\"phork-content\">\n  <div class=\"code\"><pre class=\"txt\">Setting up tzdata (2018d-1) ...\r\ndebconf: unable to initialize frontend: Dialog\r\ndebconf: (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\ndebconf: falling back to frontend: Readline\r\nConfiguring tzdata\r\n------------------\r\n\r\nPlease select the geographic area in which you live. Subsequent configuration\r\nquestions will narrow this down by presenting a list of cities, representing\r\nthe time zones in which they are located.\r\n\r\n  1. Africa      4. Australia  7. Atlantic  10. Pacific  13. Etc\r\n  2. America     5. Arctic     8. Europe    11. SystemV\r\n  3. Antarctica  6. Asia       9. Indian    12. US\r\nGeographic area: 8\r\n<\/pre><\/div>\n\n <\/div>\n <div class=\"phork-meta\">\n  <a href=\"https:\/\/p.cweiske.de\/582\/rev-raw\/992f79d8bc5d55de604239e3c67fab5ac986b9e6\/problem.txt\" style=\"float: right\">view raw source<\/a>\n  <a href=\"https:\/\/p.cweiske.de\/582#problem.txt\">problem.txt<\/a>\n <\/div>\n<\/div>\n    <div class=\"phork-file\">\n <div class=\"phork-content\">\n  <div class=\"code\"><pre class=\"txt\">+++ docker\/web-build\/Dockerfile\r\n@@ -1,9 +1,10 @@\r\n-FROM ubuntu:16.04\r\n+FROM ubuntu:18.04\r\n \r\n MAINTAINER &quot;Christian Weiske&quot; &lt;weiske@mogic.com&gt;\r\n \r\n ENV TERM=xterm\\\r\n-    TZ=Europe\/Berlin\r\n+    TZ=Europe\/Berlin\\\r\n+    DEBIAN_FRONTEND=noninteractive\r\n<\/pre><\/div>\n\n <\/div>\n <div class=\"phork-meta\">\n  <a href=\"https:\/\/p.cweiske.de\/582\/rev-raw\/992f79d8bc5d55de604239e3c67fab5ac986b9e6\/solution.txt\" style=\"float: right\">view raw source<\/a>\n  <a href=\"https:\/\/p.cweiske.de\/582#solution.txt\">solution.txt<\/a>\n <\/div>\n<\/div>\n<\/div>\n"}
