mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-07 04:29:17 +01:00
even smaller still
Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
parent
084fd1f4e2
commit
d54510a76d
|
@ -17,7 +17,6 @@ RUN set -x \
|
||||||
libxslt-dev \
|
libxslt-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 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…
Reference in New Issue
Block a user