mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
Upgrade Docker image to Ubuntu Focal (#191)
* Upgrade Docker image to Ubuntu Focal * Fix #188
This commit is contained in:
parent
482324f74c
commit
8826553ec1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue