Add Ruby dependencies
This commit is contained in:
parent
55ce37e05f
commit
515bf0e18a
@ -2,7 +2,7 @@ FROM perl:5.32
|
|||||||
|
|
||||||
# Dependency time
|
# Dependency time
|
||||||
RUN apt-get update
|
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
|
||||||
RUN cpanm CGI::Carp
|
RUN cpanm CGI::Carp
|
||||||
RUN cpanm Mojolicious
|
RUN cpanm Mojolicious
|
||||||
@ -11,6 +11,8 @@ RUN cpanm Number::Format
|
|||||||
RUN cpanm Regexp::Common
|
RUN cpanm Regexp::Common
|
||||||
RUN cpanm WebService::Mattermost
|
RUN cpanm WebService::Mattermost
|
||||||
RUN cpanm XML::LibXML
|
RUN cpanm XML::LibXML
|
||||||
|
RUN gem install cgi
|
||||||
|
RUN gem install ipaddress
|
||||||
|
|
||||||
# Move it
|
# Move it
|
||||||
WORKDIR /opt
|
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…
x
Reference in New Issue
Block a user