This commit is contained in:
f 2019-09-18 11:20:01 -03:00
parent 2500b6d129
commit 60a18cf555
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

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