Commit d599a48
Remove stale Yarn apt source from base image
The base image (mcr.microsoft.com/devcontainers/php:8.2) ships with a
Yarn apt repository whose GPG key (62D54FD4003F6525) can no longer be
verified. This causes apt-get update to fail during devcontainer feature
installation (e.g. sshd), breaking container builds.
The Yarn apt source is unused — nothing in this image installs yarn from
apt — so it is safe to remove.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ce8453d commit d599a48
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
0 commit comments