Files
stack/apps/web
jason.woltjeandClaude Opus 4.6 0c93be417a fix: clear stale APT lists before apt-get update in Dockerfiles
Kaniko's layer extraction can leave base-image APT metadata with
expired GPG signatures, causing "invalid signature" failures during
apt-get update in CI builds. Adding rm -rf /var/lib/apt/lists/*
before apt-get update ensures a clean state.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
2026-02-16 19:44:36 -06:00
..