forked from AkkomaGang/akkoma
Merge branch 'libmagic' into 'develop'
Add missing libmagic for image upload to dockerfile See merge request pleroma/pleroma!3168 (cherry picked from commita65fc78c6a
)e6af7dc7
Add missing libmagic for image upload
This commit is contained in:
parent
9fc3356a06
commit
22f85e0570
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ ARG DATA=/var/lib/pleroma
|
|||
|
||||
RUN echo "http://nl.alpinelinux.org/alpine/latest-stable/community" >> /etc/apk/repositories &&\
|
||||
apk update &&\
|
||||
apk add exiftool imagemagick ncurses postgresql-client &&\
|
||||
apk add exiftool imagemagick libmagic ncurses postgresql-client &&\
|
||||
adduser --system --shell /bin/false --home ${HOME} pleroma &&\
|
||||
mkdir -p ${DATA}/uploads &&\
|
||||
mkdir -p ${DATA}/static &&\
|
||||
|
|
Loading…
Reference in a new issue