Skip to content

Commit 0c08bea

Browse files
committed
restore 'rm -rf /var/lib/apt/lists/*'
1 parent 0ba45aa commit 0c08bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get install -y libssl-dev libcurl4-openssl-dev libxml2-dev jq pip sudo p
1111
RUN apt-get install -y cmake
1212

1313
RUN Rscript -e "install.packages('shiny', repos='http://cran.rstudio.com/')"
14-
RUN apt-get install -y gdebi-core wget
14+
RUN apt-get install -y gdebi-core wget && rm -rf /var/lib/apt/lists/*
1515
RUN wget https://download3.rstudio.org/ubuntu-18.04/x86_64/shiny-server-1.5.19.995-amd64.deb
1616
RUN gdebi --n shiny-server-1.5.19.995-amd64.deb
1717

0 commit comments

Comments
 (0)