blob: bed0f5ca7745dc47c575be4d4c7e555ee91b9448 [file] [log] [blame]
gio138a06e2024-11-01 17:03:10 +04001FROM library/node:23.1.0-alpine3.19
2
3ARG TARGETARCH
4
giob33b2a92025-06-13 18:42:45 +04005RUN apk update
6RUN apk add openssh-keygen openssh
gio138a06e2024-11-01 17:03:10 +04007
8COPY app-runner_${TARGETARCH} /usr/bin/app-runner