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 ./