mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-03 19:00:42 +02:00
add .so
Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
parent
dfec7b94a0
commit
1af0488b8c
@ -4,6 +4,7 @@ RUN apk add --no-cache \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
libxslt \
|
libxslt \
|
||||||
|
mariadb-dev \
|
||||||
ruby \
|
ruby \
|
||||||
ruby-bigdecimal
|
ruby-bigdecimal
|
||||||
|
|
||||||
@ -14,7 +15,6 @@ RUN set -x \
|
|||||||
git \
|
git \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
mariadb-dev \
|
|
||||||
ruby-dev \
|
ruby-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 \
|
||||||
&& cd /usr/src/commit-watcher \
|
&& cd /usr/src/commit-watcher \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user