mirror of
https://github.com/correl/docker-pleroma.git
synced 2024-11-27 03:00:06 +00:00
Install missing file-dev dependency
Fix https://github.com/angristan/docker-pleroma/issues/18
This commit is contained in:
parent
a73c9fc2b6
commit
1b2df526d9
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ RUN apk -U upgrade \
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
build-base \
|
build-base \
|
||||||
cmake \
|
cmake \
|
||||||
git
|
git \
|
||||||
|
file-dev
|
||||||
|
|
||||||
RUN addgroup -g ${GID} pleroma \
|
RUN addgroup -g ${GID} pleroma \
|
||||||
&& adduser -h /pleroma -s /bin/sh -D -G pleroma -u ${UID} pleroma
|
&& adduser -h /pleroma -s /bin/sh -D -G pleroma -u ${UID} pleroma
|
||||||
|
|
Loading…
Reference in a new issue