Skip to content

Commit c5d066c

Browse files
committed
Merge branch 'FDS-1301-cross-manifest-validation' of https://github.com/Sage-Bionetworks/data_curator into FDS-1301-cross-manifest-validation
2 parents c397b7a + c81a450 commit c5d066c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ RUN apt-get install -y libxml2 libglpk-dev libicu-dev libicu70 curl
1313
COPY shiny-server.conf /etc/shiny-server/shiny-server.conf
1414
RUN chmod 777 /etc/shiny-server/shiny-server.conf
1515

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-
2016
USER shiny
2117

2218
WORKDIR /srv/shiny-server/app

0 commit comments

Comments
 (0)