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