mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-22 03:57:54 +01:00
fix
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
9642b95d18
commit
f7f8dbab53
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user