Added imagemagick
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Janic Voser 2022-11-14 23:05:08 +01:00
parent 97d018a2d5
commit 245c3d728e

View File

@ -1,3 +1,3 @@
ARG ARCH=
FROM nextcloud:apache
RUN apt-get update && apt-get install -y procps smbclient && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y procps smbclient imagemagick && rm -rf /var/lib/apt/lists/*