Skip to content

Commit

Permalink
Add cmake dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Nov 27, 2023
1 parent 40a8ee5 commit 4db11dd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion orchestration/Dockerfile.parts/Dockerfile.serai.build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion orchestration/coordinator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion orchestration/message-queue/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion orchestration/processor/bitcoin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion orchestration/processor/monero/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion orchestration/serai/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4db11dd

Please sign in to comment.