Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
0204ceff
Commit
0204ceff
authored
May 30, 2021
by
shibao
Browse files
Add ffmpeg
parent
5d40ffe4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
0204ceff
...
...
@@ -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
&&
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment