Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
Jess Frazelle
2016-09-22 02:22:01 -07:00
parent dfec7b94a0
commit 1af0488b8c

View File

@@ -4,6 +4,7 @@ RUN apk add --no-cache \
ca-certificates \
libxml2 \
libxslt \
mariadb-dev \
ruby \
ruby-bigdecimal
@@ -14,7 +15,6 @@ RUN set -x \
git \
libxml2-dev \
libxslt-dev \
mariadb-dev \
ruby-dev \
&& git clone --depth 1 https://github.com/srcclr/commit-watcher.git /usr/src/commit-watcher \
&& cd /usr/src/commit-watcher \