From 1af0488b8c8a1a624f9a52621c76b372e88236ab Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Thu, 22 Sep 2016 02:22:01 -0700 Subject: [PATCH] add .so Signed-off-by: Jess Frazelle --- commit-watcher/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commit-watcher/Dockerfile b/commit-watcher/Dockerfile index f2438d0..509202c 100644 --- a/commit-watcher/Dockerfile +++ b/commit-watcher/Dockerfile @@ -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 \