revert a902f474e0
All checks were successful
continuous-integration/drone/push Build is passing

revert Add php-imagick package
This commit is contained in:
Janic Voser 2022-10-20 21:28:30 +02:00
parent a902f474e0
commit 97d018a2d5

View File

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