From 329e4dfb580b19ca2bc3e580d5b478d0f06b395f Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sat, 26 Jan 2019 11:41:46 +0000
Subject: [PATCH] Update base image to ubuntu:bionic (LTS)

---
 Dockerfile |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 833e4b0..bfaa797 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,8 +1,10 @@
-FROM ubuntu:xenial
+FROM ubuntu:bionic
 
 RUN apt-get update \
 	&& apt-get -y dist-upgrade \
-	&& apt-get -y install --no-install-recommends software-properties-common \
+	&& apt-get -y install --no-install-recommends \
+		software-properties-common \
+		tzdata \
 	&& apt-get clean
 
 RUN add-apt-repository ppa:team-xbmc/ppa \

--
Gitblit v1.9.1