use internal node in nc docker image
This commit is contained in:
parent
93f47e7872
commit
323c9f9cf7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue