Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed May 31, 2017
1 parent f20f588 commit e1ae382
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions commit-watcher/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.3-alpine
FROM ruby:alpine

RUN apk add --no-cache \
ca-certificates \
Expand All @@ -15,11 +15,15 @@ RUN set -x \
cmake \
libxml2-dev \
libxslt-dev \
ruby-json \
&& git clone --depth 1 https://github.com/srcclr/commit-watcher.git /usr/src/commit-watcher \
&& cd /usr/src/commit-watcher \
&& gem install \
activesupport-json_encoder \
--no-rdoc --no-ri \
&& bundle config build.nokogiri --use-system-libraries \
&& bundle update sdoc \
&& bundle install \
&& gem install activesupport-json_encoder --no-rdoc --no-ri \
&& apk del .build-deps

WORKDIR /usr/src/commit-watcher
Expand Down

0 comments on commit e1ae382

Please sign in to comment.