blob: 8acc5b917f8aed1a42241c702e5958ffdd89adb6 [file] [log] [blame]
gio5e4d1a72024-10-09 15:25:29 +04001FROM denoland/deno:debian-2.0.0
2
3ARG TARGETARCH
4
gio8f8b0862025-07-01 13:31:42 +04005RUN apt-get update -y
6RUN apt-get install -y openssl
7
gio5e4d1a72024-10-09 15:25:29 +04008COPY app-runner_${TARGETARCH} /usr/bin/app-runner