Skip to content

Commit

Permalink
restore 'rm -rf /var/lib/apt/lists/*'
Browse files Browse the repository at this point in the history
  • Loading branch information
brucehoff committed Jul 26, 2024
1 parent 0ba45aa commit 0c08bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get install -y libssl-dev libcurl4-openssl-dev libxml2-dev jq pip sudo p
RUN apt-get install -y cmake

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

Expand Down

0 comments on commit 0c08bea

Please sign in to comment.