Skip to content

Commit 769bf8e

Browse files
committed
try the fix missing
1 parent ac84121 commit 769bf8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM golang:1.24 AS libp2p_builder
33
LABEL stage=builder
44

55
# Install dependencies
6-
RUN apt-get update && apt-get install -y protobuf-compiler
6+
RUN apt-get update && apt-get install -y protobuf-compiler --fix-missing
77
RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
88

99
RUN mkdir /libp2p_port

0 commit comments

Comments
 (0)