8dfabe4056
Create Arch Linux ARM images using multi-stage Dockerfile. This works well with binfmt emulation and allows to generate images from scratch. Inspiration taken from: - https://github.com/archlinux/archlinux-docker - https://github.com/lopsided98/archlinux
11 lines
217 B
Text
11 lines
217 B
Text
[Trigger]
|
|
Operation = Install
|
|
Operation = Upgrade
|
|
Type = Package
|
|
Target = *
|
|
|
|
[Action]
|
|
Description = Cleaning up package cache...
|
|
Depends = coreutils
|
|
When = PostTransaction
|
|
Exec = /usr/bin/rm -rf /var/cache/pacman/pkg
|