mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-01-31 01:20:41 +01:00
move git to dep
Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
parent
cf93ae7fb3
commit
01618cbef8
|
@ -2,6 +2,7 @@ FROM ruby:2-alpine
|
|||
|
||||
RUN apk add --no-cache \
|
||||
ca-certificates \
|
||||
git \
|
||||
libxml2 \
|
||||
libxslt \
|
||||
mariadb-dev \
|
||||
|
@ -12,7 +13,6 @@ RUN set -x \
|
|||
&& apk add --no-cache --virtual .build-deps \
|
||||
build-base \
|
||||
cmake \
|
||||
git \
|
||||
libxml2-dev \
|
||||
libxslt-dev \
|
||||
&& git clone --depth 1 https://github.com/srcclr/commit-watcher.git /usr/src/commit-watcher \
|
||||
|
|
Loading…
Reference in New Issue
Block a user