We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986b8ed commit 101388aCopy full SHA for 101388a
docker/aggregator.Dockerfile
@@ -10,6 +10,7 @@ COPY metrics ./metrics
10
COPY contracts/bindings/ ./contracts/bindings
11
12
RUN go get github.com/ethereum/go-ethereum@latest
13
+RUN go get github.com/gorilla/[email protected]
14
RUN go build -o ./aligned-layer-aggregator aggregator/cmd/main.go
15
16
FROM debian:bookworm-slim
0 commit comments