nokogiri
This commit is contained in:
parent
2500b6d129
commit
60a18cf555
1 changed files with 2 additions and 1 deletions
|
@ -6,10 +6,11 @@ ENV VERSION=0
|
|||
ENV SUTTY=sutty.nl
|
||||
ENV HTTP_BASIC_USER=sutty
|
||||
ENV HTTP_BASIC_PASSWORD=gibberish
|
||||
ENV NOKOGIRI_USE_SYSTEM_LIBRARIES=1
|
||||
|
||||
COPY ./gem-compiler.gem /tmp/
|
||||
RUN gem install --no-user-install --no-document /tmp/gem-compiler.gem
|
||||
RUN gem install --no-user-install --no-document --source https://rubygems.org geminabox
|
||||
RUN gem install --no-user-install --no-document --source https://rubygems.org geminabox mini_portile2
|
||||
|
||||
COPY ./gemcompiler.sh /usr/local/bin/gemcompiler
|
||||
RUN chmod 755 /usr/local/bin/gemcompiler
|
||||
|
|
Loading…
Reference in a new issue