Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
infra: Fix caching issue in honggfuzz docker layer (#12807)
It is not possible inside a dockerfile to just call `apt install`, because the apt cache may come from a docker image layer that is long outdated. Every layer that uses an `apt install` MUST call `apt update` before. Co-authored-by: MarcoFalke <[email protected]>
- Loading branch information