move git to dep

Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
Jess Frazelle 2016-09-22 05:08:48 -07:00
parent cf93ae7fb3
commit 01618cbef8
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -2,6 +2,7 @@ FROM ruby:2-alpine
RUN apk add --no-cache \ RUN apk add --no-cache \
ca-certificates \ ca-certificates \
git \
libxml2 \ libxml2 \
libxslt \ libxslt \
mariadb-dev \ mariadb-dev \
@ -12,7 +13,6 @@ RUN set -x \
&& apk add --no-cache --virtual .build-deps \ && apk add --no-cache --virtual .build-deps \
build-base \ build-base \
cmake \ cmake \
git \
libxml2-dev \ libxml2-dev \
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 \