mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-03-23 21:55:17 +01:00
tzinfo
Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
parent
43b55e6f15
commit
f3cbefd9bb
@ -7,6 +7,7 @@ RUN apk add --no-cache \
|
|||||||
mariadb-dev \
|
mariadb-dev \
|
||||||
ruby \
|
ruby \
|
||||||
ruby-bigdecimal
|
ruby-bigdecimal
|
||||||
|
ruby-tzinfo \
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
@ -18,7 +19,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 bundler io-console tzinfo-data --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