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

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 \