mirror of
https://git.suyu.dev/suyu/build-environments.git
synced 2025-12-21 21:35:58 +01:00
Remove any leftover apt caches
This commit is contained in:
parent
4bf0830796
commit
affcece6a6
3 changed files with 9 additions and 0 deletions
|
|
@ -3,3 +3,6 @@ MAINTAINER yuzu
|
|||
RUN useradd -m -s /bin/bash yuzu
|
||||
RUN apt-get update && apt-get -y full-upgrade
|
||||
RUN apt-get install -y git clang-format-6.0
|
||||
|
||||
# cleanup all extra information that apt may be caching to save storage space
|
||||
RUN apt-get clean autoclean && apt-get autoremove --yes && rm -rf /var/lib/{apt,dpkg,cache,log}/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue