From 1a8889315d63dc5d5ca3807f49490c2402225f59 Mon Sep 17 00:00:00 2001 From: janic Date: Mon, 16 May 2022 00:51:44 +0200 Subject: [PATCH] Dockerfile udpate --- Dockerfiles/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfiles/Dockerfile b/Dockerfiles/Dockerfile index 35c2e59..ddaa6e5 100644 --- a/Dockerfiles/Dockerfile +++ b/Dockerfiles/Dockerfile @@ -1,4 +1,3 @@ ARG ARCH= -FROM nextcloud:latest -RUN apt-get update; \ - apt-get install smbclient -y -qq +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