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