Need the devel version of Ruby now to install the cgi gem
This commit is contained in:
parent
f8bd6ca8e3
commit
e963e4b435
|
@ -16,7 +16,7 @@ COPY www-swagg.pl .
|
||||||
# Dependency time
|
# Dependency time
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get -y upgrade
|
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 cpanm --installdeps .
|
||||||
RUN gem install cgi
|
RUN gem install cgi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue