Skip to content

Commit

Permalink
Remove node installation, since it will be deprecated. Also, this tes…
Browse files Browse the repository at this point in the history
…ts if the shiny server in the base shiny-base image is sufficient
  • Loading branch information
afwillia committed Dec 5, 2023
1 parent e9a4aec commit 622c141
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 622c141

Please sign in to comment.