1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-02-22 03:57:54 +01:00
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2016-10-26 17:57:23 -07:00
parent 9642b95d18
commit f7f8dbab53
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -19,7 +19,7 @@ RUN set -x \
&& cd /usr/src/commit-watcher \ && cd /usr/src/commit-watcher \
&& bundle config build.nokogiri --use-system-libraries \ && bundle config build.nokogiri --use-system-libraries \
&& bundle install \ && bundle install \
&& gem install activesupport --no-rdoc --no-ri \ && gem install activesupport-json_encoder --no-rdoc --no-ri \
&& apk del .build-deps && apk del .build-deps
WORKDIR /usr/src/commit-watcher WORKDIR /usr/src/commit-watcher