mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01: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 \
|
||||
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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user