blob: 8c8c4aa0aab2667d8ebaae407a05512ed8c2c603 [file] [log] [blame]
gioec744fa2025-05-20 12:47:03 +04001FROM library/node:24.0.2-alpine3.20
2
3ARG TARGETARCH
4
5RUN apk update
giob33b2a92025-06-13 18:42:45 +04006# TODO(gio): git and openssh is not generally required, we need it for canvas.
7# Instead allow dodo-app definition to include required tool list.
8RUN apk add gcc g++ git make musl-dev python3 py3-setuptools openssh-keygen openssh
gioec744fa2025-05-20 12:47:03 +04009
10COPY app-runner_${TARGETARCH} /usr/bin/app-runner