fix: install python3 make g++ for node-gyp and sharp

This commit is contained in:
Khoa Vo 2026-04-27 18:54:52 +07:00
parent 4c2b3cdbee
commit 7e505832ed

View file

@ -4,7 +4,7 @@ FROM oven/bun:1.3.11-alpine AS builder
WORKDIR /app
# Install system dependencies required for Bun
RUN apk add --no-cache wget curl bash
RUN apk add --no-cache wget curl bash python3 make g++
# Accept build arguments for environment variables
ARG AUTH_ENABLED