Install missing file-dev dependency

Fix https://github.com/angristan/docker-pleroma/issues/18
This commit is contained in:
Stanislas Lange 2020-10-18 19:45:04 +02:00
parent a73c9fc2b6
commit 1b2df526d9
No known key found for this signature in database
GPG key ID: 710D9597C7EAD8CF

View file

@ -9,7 +9,8 @@ RUN apk -U upgrade \
&& apk add --no-cache \
build-base \
cmake \
git
git \
file-dev
RUN addgroup -g ${GID} pleroma \
&& adduser -h /pleroma -s /bin/sh -D -G pleroma -u ${UID} pleroma