Fixed imagemagick in Docker

This commit is contained in:
krateng 2021-12-31 04:22:19 +01:00
parent 1e3ea1fba9
commit f71bd72825
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,5 @@
python3
python3-dev
imagemagick
imagemagick-dev
tzdata