Install cmake

Looks like cmake is required to get this docker image to build. This should fix #14
This commit is contained in:
Waylon Cude 2020-08-22 09:25:08 +00:00
parent 32c1aa4809
commit d2cc731585

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 \