Add php-imagick package
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Janic Voser 2022-10-20 20:40:54 +02:00
parent 5637517844
commit a902f474e0

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 php-imagick && rm -rf /var/lib/apt/lists/*