Add pkg-config to Dockerfiles

This commit is contained in:
Luke Parker
2023-07-26 03:57:13 -04:00
parent f306618e84
commit bdbeedc723
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ ADD AGPL-3.0 /serai
WORKDIR /serai
RUN apt update && apt upgrade -y && apt install -y clang libssl-dev
RUN apt update && apt upgrade -y && apt install -y pkg-config clang libssl-dev
# Add the wasm toolchain
RUN rustup target add wasm32-unknown-unknown