diff options
| author | Alex Gleason <alex@alexgleason.me> | 2021-06-01 13:56:40 -0500 |
|---|---|---|
| committer | Alex Gleason <alex@alexgleason.me> | 2021-06-01 13:56:40 -0500 |
| commit | 708210b9940aa7f5a16591026f861471f4844a98 (patch) | |
| tree | ea3aa89075c52b47ce03f631ad80a87e181d1187 /Dockerfile | |
| parent | a744c47e9a43a751438973a66b7201b006c6b944 (diff) | |
| parent | ee52fc840d4d6eb1caab811a9b00ab1b95662d77 (diff) | |
| download | pleroma-708210b9940aa7f5a16591026f861471f4844a98.tar.gz pleroma-708210b9940aa7f5a16591026f861471f4844a98.zip | |
Merge remote-tracking branch 'pleroma/develop' into cycles-streaming
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index b1b5171af..db1a6b457 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 libmagic ncurses postgresql-client &&\ + apk add exiftool ffmpeg imagemagick libmagic ncurses postgresql-client &&\ adduser --system --shell /bin/false --home ${HOME} pleroma &&\ mkdir -p ${DATA}/uploads &&\ mkdir -p ${DATA}/static &&\ |
