fix: install python3 make g++ for node-gyp and sharp
This commit is contained in:
parent
4c2b3cdbee
commit
7e505832ed
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ FROM oven/bun:1.3.11-alpine AS builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Install system dependencies required for Bun
|
# 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
|
# Accept build arguments for environment variables
|
||||||
ARG AUTH_ENABLED
|
ARG AUTH_ENABLED
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue