fix: add g++ build dependency for fast_float compilation
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user