Merge pull request #15 from waylon531/master

Install cmake
This commit is contained in:
Stanislas 2020-08-22 15:03:18 +02:00 committed by GitHub
commit a73c9fc2b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@ ARG PLEROMA_VER=develop
RUN apk -U upgrade \
&& apk add --no-cache \
build-base \
cmake \
git
RUN addgroup -g ${GID} pleroma \