use internal node in nc docker image
All checks were successful
repod / nextcloud (push) Successful in 1m2s
repod / xml (push) Successful in 22s
repod / nodejs (push) Successful in 1m53s

This commit is contained in:
Michel Roux 2023-12-23 17:36:54 +00:00
parent 93f47e7872
commit 323c9f9cf7

View File

@ -7,8 +7,8 @@ ENV NEXTCLOUD_INIT_HTACCESS 1
ENV SQLITE_DATABASE repod ENV SQLITE_DATABASE repod
ENV GPODDERSYNC_VERSION 3.8.2 ENV GPODDERSYNC_VERSION 3.8.2
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \ RUN apt-get update && \
apt-get install -y nodejs && \ apt-get install -y nodejs npm && \
rm -f /usr/local/etc/php/conf.d/opcache-recommended.ini && \ rm -f /usr/local/etc/php/conf.d/opcache-recommended.ini && \
/entrypoint.sh true /entrypoint.sh true