Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
pin to specific version of r shiny server
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinL committed Aug 15, 2018
1 parent 0ee7047 commit d0bdaed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ RUN apt-get update

RUN apt-get remove -y libperl5.26


RUN apt-get update && apt-get install -y -t unstable \
sudo \
gdebi-core \
Expand All @@ -25,7 +24,7 @@ RUN apt-get update && apt-get install -y -t unstable \
libxt-dev && \
wget --no-verbose https://download3.rstudio.org/ubuntu-14.04/x86_64/VERSION -O "version.txt" && \
VERSION=$(cat version.txt) && \
wget --no-verbose "https://download3.rstudio.org/ubuntu-14.04/x86_64/shiny-server-$VERSION-amd64.deb" -O ss-latest.deb && \
wget --no-verbose "https://download3.rstudio.org/ubuntu-14.04/x86_64/shiny-server-1.5.7.907-amd64.deb" -O ss-latest.deb && \
gdebi -n ss-latest.deb && \
rm -f version.txt ss-latest.deb && \
R -e "install.packages(c('shiny', 'rmarkdown'), repos='https://cran.rstudio.com/')" && \
Expand Down

0 comments on commit d0bdaed

Please sign in to comment.