diff --git a/commit-watcher/Dockerfile b/commit-watcher/Dockerfile index 23a89b1..e675bdc 100644 --- a/commit-watcher/Dockerfile +++ b/commit-watcher/Dockerfile @@ -6,8 +6,8 @@ RUN apk add --no-cache \ libxslt \ mariadb-dev \ ruby \ - ruby-bigdecimal - ruby-tzinfo \ + ruby-bigdecimal \ + ruby-tzinfo RUN set -x \ && apk add --no-cache --virtual .build-deps \