build(docker/frontend): add imagemagick to frontend dependencies for favicon generation

This commit is contained in:
Sarah Vaupel 2024-09-17 00:59:33 +02:00
parent f0ef27635a
commit d151d0ca07

View File

@ -5,6 +5,7 @@ RUN apt-get -y update && apt-get -y install curl npm
# Build and watch dependencies
RUN apt-get -y update && apt-get -y install exiftool
RUN apt-get -y update && apt-get -y install imagemagick
# Test dependencies
RUN apt-get -y update && apt-get -y install chromium