blob: 6145bf9b84964fa5baa646256a42ee8154189d07 [file] [log] [blame]
giocbbcf052025-04-22 16:49:44 +04001FROM denoland/deno:alpine-2.2.0
2
3ARG TARGETARCH
4
giob33b2a92025-06-13 18:42:45 +04005RUN apk update
6# 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 openssh-keygen openssh
9
giocbbcf052025-04-22 16:49:44 +040010COPY app-runner_${TARGETARCH} /usr/bin/app-runner