Skip to content

Commit 6b02915

Browse files
committed
Make sure we delete /tmp/shiny.deb
revealed by check-tmp
1 parent 2da784c commit 6b02915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo2docker/buildpacks/_r_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def rstudio_base_scripts(r_version):
3333
echo '{shiny_sha256sum} /tmp/shiny.deb' | sha256sum -c - && \
3434
apt-get update > /dev/null && \
3535
apt install -y --no-install-recommends /tmp/rstudio.deb /tmp/shiny.deb && \
36-
rm /tmp/rstudio.deb && \
36+
rm /tmp/*.deb && \
3737
apt-get -qq purge && \
3838
apt-get -qq clean && \
3939
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)