From caf02529371eef5858d58ac754439d9eea607786 Mon Sep 17 00:00:00 2001 From: sn0w Date: Fri, 4 Sep 2020 22:58:48 +0200 Subject: [PATCH] Fix compilation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0072c47..c905115 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN \ git curl rsync postgresql-client \ && \ apk add --no-cache --virtual .sdk \ - build-base \ + build-base cmake \ && \ apk add --no-cache --virtual .runtime \ imagemagick \