diff --git a/Dockerfile b/Dockerfile index fb5e3a0..2ab3a5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM nextcloud:24 - +FROM nextcloud:27 + RUN apt-get update && apt-get install -y procps smbclient && rm -rf /var/lib/apt/lists/* \ No newline at end of file