mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Fixed imagemagick in Docker
This commit is contained in:
parent
1e3ea1fba9
commit
f71bd72825
@ -24,6 +24,7 @@ RUN \
|
||||
|
||||
# expected behavior for a default setup is for maloja to "just work"
|
||||
ENV MALOJA_SKIP_SETUP=yes
|
||||
ENV MAGICK_HOME=/usr
|
||||
|
||||
EXPOSE 42010
|
||||
# use exec form for better signal handling https://docs.docker.com/engine/reference/builder/#entrypoint
|
||||
|
@ -24,6 +24,7 @@ RUN \
|
||||
|
||||
# expected behavior for a default setup is for maloja to "just work"
|
||||
ENV MALOJA_SKIP_SETUP=yes
|
||||
ENV MAGICK_HOME=/usr
|
||||
|
||||
EXPOSE 42010
|
||||
# use exec form for better signal handling https://docs.docker.com/engine/reference/builder/#entrypoint
|
||||
|
@ -1,4 +1,5 @@
|
||||
python3
|
||||
python3-dev
|
||||
imagemagick
|
||||
imagemagick-dev
|
||||
tzdata
|
||||
|
Loading…
Reference in New Issue
Block a user