blob: 36c9cfbbe9a8bcc4d3681e352955f4c2d7700cd4 [file] [log] [blame]
gio8f8b0862025-07-01 13:31:42 +04001FROM denoland/deno:debian-2.2.0
giocbbcf052025-04-22 16:49:44 +04002
3ARG TARGETARCH
4
gio8f8b0862025-07-01 13:31:42 +04005RUN apt-get update -y
6RUN apt-get install -y openssl
giob33b2a92025-06-13 18:42:45 +04007
giocbbcf052025-04-22 16:49:44 +04008COPY app-runner_${TARGETARCH} /usr/bin/app-runner