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 ac84121 commit 769bf8eCopy full SHA for 769bf8e
Dockerfile
@@ -3,7 +3,7 @@ FROM golang:1.24 AS libp2p_builder
3
LABEL stage=builder
4
5
# Install dependencies
6
-RUN apt-get update && apt-get install -y protobuf-compiler
+RUN apt-get update && apt-get install -y protobuf-compiler --fix-missing
7
RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
8
9
RUN mkdir /libp2p_port
0 commit comments