You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bookworm base has no /etc/ssh, unlike the stretch base, so appending the
IdentityFile line to /etc/ssh/ssh_config failed the PHP build:
/bin/sh: 1: cannot create /etc/ssh/ssh_config: Directory nonexistent
Install openssh-client, which ships that file. The compose file mounts the SSH
agent socket into the nodejs container too, so add it there as well.
Also restore php8.5-ssh2, dropped from the extension list by mistake during the
migration; unlike the removed extensions it is still published for PHP 8.x.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QNkYkDFukA7kdCTsnWLrCD
0 commit comments