From ffd14579277009ded3d3de9bb33a73036c8d16b8 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Fri, 21 Jul 2023 15:08:37 -0400 Subject: [PATCH] Correct message-queue Dockerfile It worked with my cache yet not without cache. --- deploy/message-queue/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/message-queue/Dockerfile b/deploy/message-queue/Dockerfile index 04c788f8..2337ee75 100644 --- a/deploy/message-queue/Dockerfile +++ b/deploy/message-queue/Dockerfile @@ -16,6 +16,8 @@ ADD AGPL-3.0 /serai WORKDIR /serai +RUN apt update && apt install -y clang + # Mount the caches and build RUN --mount=type=cache,target=/root/.cargo/ \ --mount=type=cache,target=/serai/target \