1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-02-20 19:17:54 +01:00
Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
Jess Frazelle 2016-09-22 03:29:51 -07:00
parent b3fa222074
commit 8f7a00bbb6
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -6,7 +6,8 @@ RUN apk add --no-cache \
libxslt \
mariadb-dev \
ruby \
ruby-bigdecimal
ruby-bigdecimal \
tzdata
RUN set -x \
&& apk add --no-cache --virtual .build-deps \
@ -18,7 +19,7 @@ RUN set -x \
ruby-dev \
&& git clone --depth 1 https://github.com/srcclr/commit-watcher.git /usr/src/commit-watcher \
&& cd /usr/src/commit-watcher \
&& gem install bundler io-console tzinfo tzinfo-data --no-rdoc --no-ri \
&& gem install bundler io-console --no-rdoc --no-ri \
&& bundle config build.nokogiri --use-system-libraries \
&& bundle install \
&& apk del .build-deps