From 1a8351b3e5890cb42219c1de0963716b1adc7b99 Mon Sep 17 00:00:00 2001 From: Viktor Varland Date: Fri, 26 Sep 2025 07:21:08 +0000 Subject: [PATCH] fix: prepare for js runtime requirement --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index fa988b5..3aa217b 100644 --- a/Containerfile +++ b/Containerfile @@ -18,6 +18,7 @@ RUN apk update && apk upgrade && apk add --no-cache \ attr \ mutagen \ ca-certificates \ + deno \ python3 \ py3-requests \ py3-certifi \