mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-21 19:32:46 +02:00
fix
Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
parent
8ec0684525
commit
dfec7b94a0
@ -4,7 +4,8 @@ RUN apk add --no-cache \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
libxslt \
|
libxslt \
|
||||||
ruby
|
ruby \
|
||||||
|
ruby-bigdecimal
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
@ -17,7 +18,7 @@ RUN set -x \
|
|||||||
ruby-dev \
|
ruby-dev \
|
||||||
&& git clone --depth 1 https://github.com/srcclr/commit-watcher.git /usr/src/commit-watcher \
|
&& git clone --depth 1 https://github.com/srcclr/commit-watcher.git /usr/src/commit-watcher \
|
||||||
&& cd /usr/src/commit-watcher \
|
&& cd /usr/src/commit-watcher \
|
||||||
&& gem install bigdecimal bundler io-console --no-rdoc --no-ri \
|
&& gem install bundler io-console --no-rdoc --no-ri \
|
||||||
&& bundle config build.nokogiri --use-system-libraries \
|
&& bundle config build.nokogiri --use-system-libraries \
|
||||||
&& bundle install \
|
&& bundle install \
|
||||||
&& apk del .build-deps
|
&& apk del .build-deps
|
||||||
|
Loading…
x
Reference in New Issue
Block a user