mirror of
https://github.com/correl/docker-pleroma.git
synced 2024-11-14 19:19:27 +00:00
Install cmake
Looks like cmake is required to get this docker image to build. This should fix #14
This commit is contained in:
parent
32c1aa4809
commit
d2cc731585
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue