mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 01:17:36 +00:00
Add libssl-dev to message-queue build packages
This commit is contained in:
parent
32a937ddb9
commit
b205391b28
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue