File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11ALPINE_VERSION = 3.15
2- ALPINE_BUILD = 0
2+ ALPINE_BUILD = 4
33APK_URL = https://dl-cdn.alpinelinux.org
44RUBYGEMS_URL = https://rubygems.org
55NPM_URL = https://registry.npmjs.org
Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ RUN cp /root/.gemrc /etc/.gemrc
3939
4040RUN apk update \
4141 && apk add ruby \
42+ build-base \
43+ ruby-dev \
44+ libressl-dev \
4245 ruby-etc \
4346 ruby-bigdecimal \
4447 ruby-io-console \
@@ -52,7 +55,7 @@ RUN apk update \
5255 git \
5356 libxml2-dev \
5457 libxslt-dev \
55- && gem update --system 3.3.13 \
58+ && gem update --system 3.3.14 \
5659 && gem install rake \
5760 && gem cleanup \
5861 && bundle config build.nokogiri --use-system-libraries \
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ USER root
1313
1414RUN mkdir -p lib/cosmos/ext \
1515 && git config --global http.sslCAinfo /devel/cacert.pem \
16- && apk add build-base ruby-dev libressl-dev \
1716 && bundle config set --local without 'development' \
1817 && bundle install --quiet \
1918 && rake gems \
You can’t perform that action at this time.
0 commit comments