We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba45aa commit 0c08beaCopy full SHA for 0c08bea
Dockerfile
@@ -11,7 +11,7 @@ RUN apt-get install -y libssl-dev libcurl4-openssl-dev libxml2-dev jq pip sudo p
11
RUN apt-get install -y cmake
12
13
RUN Rscript -e "install.packages('shiny', repos='http://cran.rstudio.com/')"
14
-RUN apt-get install -y gdebi-core wget
+RUN apt-get install -y gdebi-core wget && rm -rf /var/lib/apt/lists/*
15
RUN wget https://download3.rstudio.org/ubuntu-18.04/x86_64/shiny-server-1.5.19.995-amd64.deb
16
RUN gdebi --n shiny-server-1.5.19.995-amd64.deb
17
0 commit comments