Add Ruby dependencies
This commit is contained in:
parent
55ce37e05f
commit
515bf0e18a
|
@ -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
BIN
public/Pictures/globe05.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 87 KiB |
BIN
public/Pictures/patriotic45.gif
Normal file
BIN
public/Pictures/patriotic45.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
Loading…
Reference in a new issue