From 323c9f9cf7159da9d01163e62a298f48d7a49eb6 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sat, 23 Dec 2023 17:36:54 +0000 Subject: [PATCH] use internal node in nc docker image --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index faad87e..6b2f4d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,8 @@ ENV NEXTCLOUD_INIT_HTACCESS 1 ENV SQLITE_DATABASE repod ENV GPODDERSYNC_VERSION 3.8.2 -RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \ - apt-get install -y nodejs && \ +RUN apt-get update && \ + apt-get install -y nodejs npm && \ rm -f /usr/local/etc/php/conf.d/opcache-recommended.ini && \ /entrypoint.sh true