chore: add build-base to Dockerfile for enhanced build capabilities
Some checks are pending
CI / Unit tests (push) Waiting to run
CI / commit_lint (push) Waiting to run

This commit is contained in:
JustSong 2025-02-01 02:22:38 +08:00
parent a316ed7abc
commit c351e196e6

View File

@ -17,7 +17,7 @@ RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat /web/default/VERSION) n
FROM golang:alpine AS builder2
RUN apk add --no-cache g++
RUN apk add --no-cache gcc musl-dev libc-dev sqlite-dev
RUN apk add --no-cache gcc musl-dev libc-dev sqlite-dev build-base
ENV GO111MODULE=on \
CGO_ENABLED=1 \