File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ RUN apt-get update && apt-get install -y -t unstable \
12
12
libcairo2-dev/unstable \
13
13
libssl-dev \
14
14
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" && \
16
16
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 && \
18
18
gdebi -n ss-latest.deb && \
19
19
rm -f version.txt ss-latest.deb && \
20
20
R -e "install.packages(c('shiny', 'flexdashboard', 'dplyr'))" && \
You can’t perform that action at this time.
0 commit comments