Fix compilation

This commit is contained in:
sn0w 2020-09-04 22:58:48 +02:00
parent c1a919f228
commit caf0252937
No known key found for this signature in database
GPG Key ID: C45A6D698F224B39
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ RUN \
git curl rsync postgresql-client \ git curl rsync postgresql-client \
&& \ && \
apk add --no-cache --virtual .sdk \ apk add --no-cache --virtual .sdk \
build-base \ build-base cmake \
&& \ && \
apk add --no-cache --virtual .runtime \ apk add --no-cache --virtual .runtime \
imagemagick \ imagemagick \