mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-17 23:26:58 +00:00
Fixed rubygems requirement (#193)
This commit is contained in:
parent
017cdfbb8f
commit
515d66fd98
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ FROM ubuntu:focal
|
|||
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 gem \
|
||||
RUN apt-get-install build-essential libtool g++ gcc rubygems \
|
||||
texinfo curl wget automake autoconf python python-dev git subversion \
|
||||
unzip virtualenvwrapper sudo git virtualenvwrapper ca-certificates
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue