Skip to content

Commit

Permalink
port e53af91: build/agent: Remove unused apk add curl
Browse files Browse the repository at this point in the history
  • Loading branch information
sharnoff committed Jan 11, 2023
1 parent 2efd00c commit d9ed517
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 curl # gcc and musl-dev required for gcc-go
RUN apk add gcc musl-dev # required for gcc-go

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

0 comments on commit d9ed517

Please sign in to comment.