diff --git a/Dockerfile b/Dockerfile index 9904405..850d0a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM golang:1.20-alpine AS builder RUN apk add --no-cache make RUN apk add --no-cache ca-certificates -RUN apk add --no-cache gcc musl-dev +RUN apk add --no-cache gcc musl-dev libstdc++ g++ RUN update-ca-certificates # Move to working directory (/build).