Merge pull request #2289 from nextcloud/enh/noid/add-nodejs

add nodejs in order to make recognize easier to install on arm64
This commit is contained in:
Simon L
2023-04-14 14:53:56 +02:00
committed by GitHub

View File

@@ -205,6 +205,7 @@ RUN set -ex; \
mawk \
sudo \
grep \
nodejs \
coreutils;
RUN set -ex; \