Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2016-10-25 13:23:45 -07:00
parent 016df4ab93
commit 3d84875189
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -19,6 +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 \
&& apk del .build-deps
WORKDIR /usr/src/commit-watcher