We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c397b7a + c81a450 commit c5d066cCopy full SHA for c5d066c
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