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 2da784c commit 6b02915Copy full SHA for 6b02915
repo2docker/buildpacks/_r_base.py
@@ -33,7 +33,7 @@ def rstudio_base_scripts(r_version):
33
echo '{shiny_sha256sum} /tmp/shiny.deb' | sha256sum -c - && \
34
apt-get update > /dev/null && \
35
apt install -y --no-install-recommends /tmp/rstudio.deb /tmp/shiny.deb && \
36
- rm /tmp/rstudio.deb && \
+ rm /tmp/*.deb && \
37
apt-get -qq purge && \
38
apt-get -qq clean && \
39
rm -rf /var/lib/apt/lists/*
0 commit comments