We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7042e23 + ae3c103 commit c81a450Copy full SHA for c81a450
Dockerfile
@@ -13,10 +13,6 @@ RUN apt-get install -y libxml2 libglpk-dev libicu-dev libicu70 curl
13
COPY shiny-server.conf /etc/shiny-server/shiny-server.conf
14
RUN chmod 777 /etc/shiny-server/shiny-server.conf
15
16
-# Update node. https://github.com/nodesource/distributions
17
-RUN apt-get remove nodejs
18
-RUN curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - && apt-get install -y nodejs
19
-
20
USER shiny
21
22
WORKDIR /srv/shiny-server/app
0 commit comments