From 4a60d7ef0ee4ea3e6b939f27b0587f7079f778d7 Mon Sep 17 00:00:00 2001 From: Paolo Rossi Date: Fri, 16 Oct 2020 17:26:08 +0200 Subject: [PATCH] Update the base Ubuntu Docker image from 18.04 to 20.04 --- Dockerfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d45df4780a..d88c3e69b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,10 @@ -FROM ubuntu:18.04 +FROM ubuntu:20.04 + +ENV TZ Europe/London + +RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone + +RUN echo "deb http://security.ubuntu.com/ubuntu bionic-security main" >> /etc/apt/sources.list # Install all the requirements RUN apt-get update && apt-get install -y curl git build-essential software-properties-common wget zlib1g-dev libssl1.0-dev libreadline-dev libyaml-dev libffi-dev libxml2-dev libxslt1-dev wait-for-it imagemagick unzip