From 043560952141857e16ec8b8f92bdebca079396b9 Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 6 Apr 2023 15:49:25 +0200 Subject: [PATCH] add nodejs in order to make recognize easier to install on arm64 Signed-off-by: Simon L --- Containers/nextcloud/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containers/nextcloud/Dockerfile b/Containers/nextcloud/Dockerfile index 34ec1cc3..679b0b8f 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -205,6 +205,7 @@ RUN set -ex; \ mawk \ sudo \ grep \ + nodejs \ coreutils; RUN set -ex; \