Skip to content
GitLab
Menu
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
f6dc3361
Commit
f6dc3361
authored
Mar 31, 2020
by
feld
Browse files
Add imagemagick to Docker image to fix broken mogrify plugin
parent
8bd5ad86
Pipeline
#24086
passed with stages
in 5 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
f6dc3361
...
...
@@ -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 ncurses postgresql-client
&&
\
apk add
imagemagick
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
.
Attach a 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