mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-11 15:32:41 +01:00
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user