Need the devel version of Ruby now to install the cgi gem

This commit is contained in:
swagg boi 2022-04-01 00:23:57 -04:00
parent f8bd6ca8e3
commit e963e4b435

View file

@ -16,7 +16,7 @@ COPY www-swagg.pl .
# Dependency time
RUN apt-get update
RUN apt-get -y upgrade
RUN apt-get -y install fortune-mod ruby
RUN apt-get -y install fortune-mod ruby-dev
RUN cpanm --installdeps .
RUN gem install cgi