summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index faf90437..3c3d2027 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM ubuntu:rolling
+FROM ubuntu:bionic
MAINTAINER Yoran Heling <contact@vndb.org>
RUN apt-get update
@@ -6,7 +6,7 @@ RUN apt-get update
RUN apt-get install -y locales && localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
ENV LANG en_US.utf8
-RUN apt-get install -y --no-install-recommends \
+RUN apt-get install -y tzdata && apt-get install -y --no-install-recommends \
build-essential \
cpanminus \
git \