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 \
&& bundle config build.nokogiri --use-system-libraries \
&& bundle install \
&& gem install activesupport --no-rdoc --no-ri \
&& gem install activesupport-json_encoder --no-rdoc --no-ri \
&& apk del .build-deps
WORKDIR /usr/src/commit-watcher