From 97d018a2d5120e0ff656c74a00fed7be62b39a70 Mon Sep 17 00:00:00 2001 From: Janic Voser Date: Thu, 20 Oct 2022 21:28:30 +0200 Subject: [PATCH] revert a902f474e06bbd5e7afe0f7f7d04a6a5159c113b revert Add php-imagick package --- Dockerfiles/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfiles/Dockerfile b/Dockerfiles/Dockerfile index c8069a3..ddaa6e5 100644 --- a/Dockerfiles/Dockerfile +++ b/Dockerfiles/Dockerfile @@ -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/* \ No newline at end of file +RUN apt-get update && apt-get install -y procps smbclient && rm -rf /var/lib/apt/lists/* \ No newline at end of file