fix: add g++ build dependency for fast_float compilation

This commit is contained in:
Hanzo Dev
2026-02-22 15:13:13 -08:00
parent 95a46111ff
commit b90a1df833
+1 -1
View File
@@ -1,6 +1,6 @@
FROM --platform=$TARGETPLATFORM alpine:latest AS builder
RUN apk add --no-cache gcc make musl-dev linux-headers
RUN apk add --no-cache gcc g++ make musl-dev linux-headers
WORKDIR /src
COPY . /src