Merge pull request #6210 from ipalo/feature/update-docker-image-to-ubuntu-20-04

Update the base Ubuntu Docker image from 18.04 to 20.04
This commit is contained in:
Pau Pérez Fabregat
2020-11-10 17:30:03 +01:00
committed by GitHub

View File

@@ -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