From b205391b2835f9049d2b75f720d3aa0455e24e30 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Wed, 26 Jul 2023 04:33:36 -0400 Subject: [PATCH] Add libssl-dev to message-queue build packages --- deploy/message-queue/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/message-queue/Dockerfile b/deploy/message-queue/Dockerfile index f11c2d70..e5e4fafd 100644 --- a/deploy/message-queue/Dockerfile +++ b/deploy/message-queue/Dockerfile @@ -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 \