feat: install our own gem-compiler

sutty/gems#3

sutty/gems#1
This commit is contained in:
f 2023-02-04 11:47:34 -03:00
parent 5f7873ff3a
commit 0cd4c8ac68

View file

@ -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