From 0cd4c8ac68dc2740349b5b674ee35036d05697e4 Mon Sep 17 00:00:00 2001 From: f Date: Sat, 4 Feb 2023 11:47:34 -0300 Subject: [PATCH] feat: install our own gem-compiler sutty/gems#3 sutty/gems#1 --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8218a4f..63a0fbc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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