From 58b6bafac886d59775ffefca371c5cde99e7ab48 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sun, 26 Nov 2023 22:31:13 -0500 Subject: [PATCH] Add cmake dependency --- orchestration/Dockerfile.parts/Dockerfile.serai.build | 2 +- orchestration/coordinator/Dockerfile | 2 +- orchestration/message-queue/Dockerfile | 2 +- orchestration/processor/bitcoin/Dockerfile | 2 +- orchestration/processor/monero/Dockerfile | 2 +- orchestration/serai/Dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/orchestration/Dockerfile.parts/Dockerfile.serai.build b/orchestration/Dockerfile.parts/Dockerfile.serai.build index 671600b65..c1246e1e3 100644 --- a/orchestration/Dockerfile.parts/Dockerfile.serai.build +++ b/orchestration/Dockerfile.parts/Dockerfile.serai.build @@ -6,7 +6,7 @@ RUN echo "/usr/lib/libmimalloc.so" >> /etc/ld.so.preload RUN apt update && apt upgrade -y && apt autoremove -y && apt clean # Add dev dependencies -RUN apt install -y pkg-config clang git +RUN apt install -y pkg-config clang git cmake # Dependencies for the Serai node RUN apt install -y make protobuf-compiler diff --git a/orchestration/coordinator/Dockerfile b/orchestration/coordinator/Dockerfile index bffae1b42..2d6973c1a 100644 --- a/orchestration/coordinator/Dockerfile +++ b/orchestration/coordinator/Dockerfile @@ -16,7 +16,7 @@ RUN echo "/usr/lib/libmimalloc.so" >> /etc/ld.so.preload RUN apt update && apt upgrade -y && apt autoremove -y && apt clean # Add dev dependencies -RUN apt install -y pkg-config clang git +RUN apt install -y pkg-config clang git cmake # Dependencies for the Serai node RUN apt install -y make protobuf-compiler diff --git a/orchestration/message-queue/Dockerfile b/orchestration/message-queue/Dockerfile index 4f516f73f..ebfaafeb9 100644 --- a/orchestration/message-queue/Dockerfile +++ b/orchestration/message-queue/Dockerfile @@ -16,7 +16,7 @@ RUN echo "/usr/lib/libmimalloc.so" >> /etc/ld.so.preload RUN apt update && apt upgrade -y && apt autoremove -y && apt clean # Add dev dependencies -RUN apt install -y pkg-config clang git +RUN apt install -y pkg-config clang git cmake # Dependencies for the Serai node RUN apt install -y make protobuf-compiler diff --git a/orchestration/processor/bitcoin/Dockerfile b/orchestration/processor/bitcoin/Dockerfile index 0b4893346..578d8bdef 100644 --- a/orchestration/processor/bitcoin/Dockerfile +++ b/orchestration/processor/bitcoin/Dockerfile @@ -16,7 +16,7 @@ RUN echo "/usr/lib/libmimalloc.so" >> /etc/ld.so.preload RUN apt update && apt upgrade -y && apt autoremove -y && apt clean # Add dev dependencies -RUN apt install -y pkg-config clang git +RUN apt install -y pkg-config clang git cmake # Dependencies for the Serai node RUN apt install -y make protobuf-compiler diff --git a/orchestration/processor/monero/Dockerfile b/orchestration/processor/monero/Dockerfile index 517f44bdd..064e7bccb 100644 --- a/orchestration/processor/monero/Dockerfile +++ b/orchestration/processor/monero/Dockerfile @@ -16,7 +16,7 @@ RUN echo "/usr/lib/libmimalloc.so" >> /etc/ld.so.preload RUN apt update && apt upgrade -y && apt autoremove -y && apt clean # Add dev dependencies -RUN apt install -y pkg-config clang git +RUN apt install -y pkg-config clang git cmake # Dependencies for the Serai node RUN apt install -y make protobuf-compiler diff --git a/orchestration/serai/Dockerfile b/orchestration/serai/Dockerfile index 481b223ff..fe1afdb5d 100644 --- a/orchestration/serai/Dockerfile +++ b/orchestration/serai/Dockerfile @@ -16,7 +16,7 @@ RUN echo "/usr/lib/libmimalloc.so" >> /etc/ld.so.preload RUN apt update && apt upgrade -y && apt autoremove -y && apt clean # Add dev dependencies -RUN apt install -y pkg-config clang git +RUN apt install -y pkg-config clang git cmake # Dependencies for the Serai node RUN apt install -y make protobuf-compiler