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
commit 3a9d5d52d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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