diff --git a/pmb/helpers/apk.py b/pmb/helpers/apk.py index 7d2e3b60..13172f18 100644 --- a/pmb/helpers/apk.py +++ b/pmb/helpers/apk.py @@ -273,6 +273,7 @@ def cache_clean(arch: Arch) -> None: command += ["cache", "clean"] _command = _prepare_cmd(command, None) + pmb.helpers.apk_static.init() pmb.helpers.run.root(_command)