parent
5f7873ff3a
commit
0cd4c8ac68
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,9 @@ ENV HTTP_BASIC_PASSWORD=gibberish
|
|||
ENV NOKOGIRI_USE_SYSTEM_LIBRARIES=1
|
||||
ENV EXTRA_PKGS=''
|
||||
|
||||
RUN gem install --no-user-install --no-document --source https://rubygems.org geminabox gem-compiler
|
||||
COPY ./gem-compiler-0.10.0.gem /tmp/
|
||||
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 /tmp/gem-compiler-0.10.0.gem
|
||||
|
||||
COPY ./gem-compiler.sh /usr/local/bin/gem-compiler
|
||||
COPY ./bootstrap.sh /usr/local/bin/bootstrap
|
||||
|
|
Loading…
Reference in a new issue