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