blob: 8acc5b917f8aed1a42241c702e5958ffdd89adb6 [file] [log] [blame]
FROM denoland/deno:debian-2.0.0
ARG TARGETARCH
RUN apt-get update -y
RUN apt-get install -y openssl
COPY app-runner_${TARGETARCH} /usr/bin/app-runner