Skip to content

Commit 9677894

Browse files
authored
add newer shiny server image
1 parent 03fb624 commit 9677894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ RUN apt-get update && apt-get install -y -t unstable \
1212
libcairo2-dev/unstable \
1313
libssl-dev \
1414
libxt-dev && \
15-
wget --no-verbose https://s3.amazonaws.com/rstudio-shiny-server-os-build/ubuntu-12.04/x86_64/VERSION -O "version.txt" && \
15+
wget --no-verbose https://download3.rstudio.org/ubuntu-14.04/x86_64/shiny-server-1.5.12.933-amd64.deb -O "version.txt" && \
1616
VERSION=$(cat version.txt) && \
17-
wget --no-verbose "https://s3.amazonaws.com/rstudio-shiny-server-os-build/ubuntu-12.04/x86_64/shiny-server-$VERSION-amd64.deb" -O ss-latest.deb && \
17+
wget --no-verbose " https://download3.rstudio.org/ubuntu-14.04/x86_64/shiny-server-1.5.12.933-amd64.deb" -O ss-latest.deb && \
1818
gdebi -n ss-latest.deb && \
1919
rm -f version.txt ss-latest.deb && \
2020
R -e "install.packages(c('shiny', 'flexdashboard', 'dplyr'))" && \

0 commit comments

Comments
 (0)