Skip to content

Commit

Permalink
fix g++ in docker
Browse files Browse the repository at this point in the history
Signed-off-by: Arnav Gupta <dev@championswimmer.in>
  • Loading branch information
championswimmer committed Aug 8, 2024
1 parent 992be46 commit 911b863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 911b863

Please sign in to comment.