Upgrade Docker image to Ubuntu Focal (#191)

* Upgrade Docker image to Ubuntu Focal

* Fix #188
This commit is contained in:
Alex 2022-02-28 09:33:01 +01:00 committed by GitHub
parent 482324f74c
commit 8826553ec1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,10 @@
FROM ubuntu:trusty
FROM ubuntu:focal
# wrapper script for apt-get
COPY .docker/apt-get-install /usr/local/bin/apt-get-install
RUN chmod +x /usr/local/bin/apt-get-install
RUN apt-get-install build-essential libtool g++ gcc \
RUN apt-get-install build-essential libtool g++ gcc gem \
texinfo curl wget automake autoconf python python-dev git subversion \
unzip virtualenvwrapper sudo git virtualenvwrapper ca-certificates