diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-07-14 12:42:13 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-07-14 12:42:13 +0200 |
| commit | 9a351529b07754cffb4612078cf00b42e2a0cc85 (patch) | |
| tree | ba1f42199d0dab53d4678b3920631e3ebbca97a2 | |
| parent | 5b84dc485debcc8cdf27db6c7e54e6dfa8c26dfb (diff) | |
| download | teachos-toolchain-9a351529b07754cffb4612078cf00b42e2a0cc85.tar.xz teachos-toolchain-9a351529b07754cffb4612078cf00b42e2a0cc85.zip | |
build: clean up pacman cache after build
| -rw-r--r-- | Containerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Containerfile b/Containerfile index 81e9864..6e03bad 100644 --- a/Containerfile +++ b/Containerfile @@ -47,3 +47,4 @@ RUN pacman --noconfirm -Syu && \ xxhash \ zlib +RUN rm -rf /var/cache/pacman |
