Skip to content

Commit ffa76ba

Browse files
committed
fix Dockerfile
1 parent c113b88 commit ffa76ba

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
@@ -15,7 +15,7 @@ LABEL ai.opentensor.image.authors="[email protected]" \
1515
# Set up Rust environment
1616
ENV RUST_BACKTRACE=1
1717
RUN apt-get update && \
18-
apt-get install -y curl build-essential protobuf-compiler clang git && \
18+
apt-get install -y curl build-essential protobuf-compiler clang git pkg-config libssl-dev && \
1919
rm -rf /var/lib/apt/lists/*
2020

2121
RUN set -o pipefail && curl https://sh.rustup.rs -sSf | sh -s -- -y

0 commit comments

Comments
 (0)