docker: upgrade node 16 -> 19, +60MB

This commit is contained in:
Ralf Vogler 2022-12-21 09:15:38 +01:00
parent c44d1641ea
commit 0ad324b756

View file

@ -9,7 +9,7 @@ ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD true
# Install up-to-date node & npm, then deps for virtual screen & noVNC # Install up-to-date node & npm, then deps for virtual screen & noVNC
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y curl \ && apt-get install -y curl \
&& curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \ && curl -fsSL https://deb.nodesource.com/setup_19.x | bash - \
&& apt-get install -y nodejs \ && apt-get install -y nodejs \
&& apt-get install --no-install-recommends --no-install-suggests -y \ && apt-get install --no-install-recommends --no-install-suggests -y \
xvfb \ xvfb \