fix: change base image to debian oven/bun to fix sharp node-gyp build
This commit is contained in:
parent
7e505832ed
commit
8ffe8db3c8
1 changed files with 2 additions and 5 deletions
|
|
@ -1,11 +1,8 @@
|
||||||
# Node Alpine -- multi-arch (amd64 + arm64)
|
# Node Debian -- multi-arch (amd64 + arm64)
|
||||||
FROM oven/bun:1.3.11-alpine AS builder
|
FROM oven/bun:1.3.11 AS builder
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Install system dependencies required for Bun
|
|
||||||
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
|
||||||
ARG AUTH_SECRET
|
ARG AUTH_SECRET
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue