Fixed rubygems requirement (#193)

This commit is contained in:
Alex 2022-03-01 11:01:58 +01:00 committed by GitHub
parent 017cdfbb8f
commit 515d66fd98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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