diff --git a/Dockerfile b/Dockerfile index d1e776ae..f7588d74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,8 @@ -FROM oven/bun:1.1.18-alpine AS base +# Node is required for building the project +FROM imbios/bun-node:1.1.18-20-alpine AS base RUN apk add --no-cache libstdc++ -# Add Node.js -COPY --from=node:22-alpine /usr/local/bin/node /usr/local/bin/node - # Install dependencies into temp directory # This will cache them and speed up future builds FROM base AS install