Add libssl-dev to message-queue build packages

This commit is contained in:
Luke Parker 2023-07-26 04:33:36 -04:00
parent 32a937ddb9
commit b205391b28
No known key found for this signature in database

View file

@ -16,7 +16,7 @@ ADD AGPL-3.0 /serai
WORKDIR /serai
RUN apt update && apt install -y pkg-config clang
RUN apt update && apt install -y pkg-config clang libssl-dev
# Mount the caches and build
RUN --mount=type=cache,target=/root/.cargo \