Skip to content

Commit

Permalink
port 013d27a: build: Clarify comments about gcc dep(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharnoff committed Jan 11, 2023
1 parent d9ed517 commit 7424de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/vm-informant/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.19-alpine AS builder
WORKDIR /workspace

RUN apk add gcc musl-dev # required for gcc-go
RUN apk add gcc musl-dev # gcc (and therefore musl-dev) is required for cgo extensions

COPY go.mod go.mod
COPY go.sum go.sum
Expand Down

0 comments on commit 7424de6

Please sign in to comment.