Skip to content

Commit

Permalink
Add cleanup of R
Browse files Browse the repository at this point in the history
  • Loading branch information
BerriJ committed Oct 8, 2024
1 parent 45cf375 commit e17da0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ RUN echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula sele
&& rm -rf /home/$USERNAME/.zsh/pure/.git \
&& apt-get autoclean -y \
&& apt-get clean \
&& apt-get autoclean \
&& rm -rf /var/cache/* \
&& rm -rf /tmp/* \
&& rm -rf /var/tmp/* \
Expand Down
9 changes: 6 additions & 3 deletions install_scripts/install_r.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ installGithub.r \

chown --recursive $USERNAME:$USERNAME /usr/local/lib/R/site-library

# apt-get autoclean -y
# rm -rf /var/lib/apt/lists/*

apt-get autoclean -y
apt-get clean
rm -rf /var/cache/*
rm -rf /tmp/*
rm -rf /var/tmp/*
rm -rf /var/lib/apt/lists/*

0 comments on commit e17da0e

Please sign in to comment.