Add Ruby dependencies

This commit is contained in:
swaggboi 2021-03-06 23:33:36 -05:00
parent 55ce37e05f
commit 515bf0e18a
3 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM perl:5.32
# Dependency time
RUN apt-get update
RUN apt-get -y install --install-suggests fortune-mod
RUN apt-get -y install --install-suggests fortune-mod ruby
RUN cpanm CGI
RUN cpanm CGI::Carp
RUN cpanm Mojolicious
@ -11,6 +11,8 @@ RUN cpanm Number::Format
RUN cpanm Regexp::Common
RUN cpanm WebService::Mattermost
RUN cpanm XML::LibXML
RUN gem install cgi
RUN gem install ipaddress
# Move it
WORKDIR /opt

BIN
public/Pictures/globe05.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB