From 99854d044d6fc7a5318ed0b8871f7910bba0d871 Mon Sep 17 00:00:00 2001 From: afwillia Date: Tue, 5 Dec 2023 11:17:20 -0800 Subject: [PATCH] Remove node uninstall/install from Dockerfile. --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 98204915..65dfda63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,10 +13,6 @@ RUN apt-get install -y libxml2 libglpk-dev libicu-dev libicu70 curl COPY shiny-server.conf /etc/shiny-server/shiny-server.conf RUN chmod 777 /etc/shiny-server/shiny-server.conf -# Update node. https://github.com/nodesource/distributions -RUN apt-get remove nodejs -RUN curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - && apt-get install -y nodejs - USER shiny WORKDIR /srv/shiny-server/app