add back external shell deps to docker image

thanks again sem
This commit is contained in:
artie 2025-03-26 20:28:13 +01:00
parent b3c0f5ba40
commit a59dd8a32a

View File

@ -1,5 +1,7 @@
FROM oven/bun:1-alpine FROM oven/bun:1-alpine
RUN apk add --no-cache python3 py3-pip git
WORKDIR /app WORKDIR /app
COPY package.json bun.lock ./ COPY package.json bun.lock ./