Skip to content

Commit

Permalink
fix(CI): missing go.sum entry for module providing package golang.org…
Browse files Browse the repository at this point in the history
…/x/net/proxy (imported by github.com/gorilla/websocket) on aggregator build (yetanotherco#1784)
  • Loading branch information
JuArce authored Feb 7, 2025
1 parent 986b8ed commit 101388a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/aggregator.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ COPY metrics ./metrics
COPY contracts/bindings/ ./contracts/bindings

RUN go get github.com/ethereum/go-ethereum@latest
RUN go get github.com/gorilla/websocket@v1.5.1
RUN go build -o ./aligned-layer-aggregator aggregator/cmd/main.go

FROM debian:bookworm-slim
Expand Down

0 comments on commit 101388a

Please sign in to comment.