Skip to content

Commit 101388a

Browse files
authored
fix(CI): missing go.sum entry for module providing package golang.org/x/net/proxy (imported by github.com/gorilla/websocket) on aggregator build (#1784)
1 parent 986b8ed commit 101388a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/aggregator.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ COPY metrics ./metrics
1010
COPY contracts/bindings/ ./contracts/bindings
1111

1212
RUN go get github.com/ethereum/go-ethereum@latest
13+
RUN go get github.com/gorilla/[email protected]
1314
RUN go build -o ./aligned-layer-aggregator aggregator/cmd/main.go
1415

1516
FROM debian:bookworm-slim

0 commit comments

Comments
 (0)