Skip to content

Commit 0b76526

Browse files
authored
updated apt
1 parent b4c8ee2 commit 0b76526

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile-fastmode.localnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SHELL ["/bin/bash", "-c"]
44

55
WORKDIR /
66
RUN apt update
7-
RUN apt install --assume-yes make build-essential git clang curl libssl-dev llvm libudev-dev protobuf-compiler
7+
RUN apt install --assume-yes make build-essential git clang curl libssl-dev llvm libudev-dev protobuf-compiler pkg-config
88

99
# Install Rust
1010
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

Dockerfile.localnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SHELL ["/bin/bash", "-c"]
44

55
WORKDIR /
66
RUN apt update
7-
RUN apt install --assume-yes make build-essential git clang curl libssl-dev llvm libudev-dev protobuf-compiler
7+
RUN apt install --assume-yes make build-essential git clang curl libssl-dev llvm libudev-dev protobuf-compiler pkg-config
88

99
# Install Rust
1010
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

0 commit comments

Comments
 (0)