mirror of
https://github.com/penpot/penpot.git
synced 2026-09-23 20:36:15 +00:00
dhi.io/node:24.20.0-debian13-dev does not pre-create /usr/local/bin the way a regular Debian image does, so tar -xzf ... -C /usr/local/bin failed with "Cannot open: No such file or directory" right after the checksum check passed. Introduced in #11790 when pnpm moved from Corepack to a downloaded standalone binary. Dockerfile.media-processor and docker/devenv/Dockerfile are unaffected: both extract into /opt/node/bin, which already exists from the prior Node.js install step. Signed-off-by: David Barragán Merino <david.barragan@kaleidos.net>