From a59dd8a32a0a6335f2d6906cbc981c027b0d7f3d Mon Sep 17 00:00:00 2001 From: artie Date: Wed, 26 Mar 2025 20:28:13 +0100 Subject: [PATCH] add back external shell deps to docker image thanks again sem --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3e43503..d82c532 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM oven/bun:1-alpine +RUN apk add --no-cache python3 py3-pip git + WORKDIR /app COPY package.json bun.lock ./