Install missing file-dev dependency
Fix https://github.com/angristan/docker-pleroma/issues/18
This commit is contained in:
parent
a73c9fc2b6
commit
1b2df526d9
@ -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 New Issue
Block a user