Przeglądaj źródła

Fix non-interactive docker setup

Vecna 4 miesięcy temu
rodzic
commit
b384d8d283
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      conf/Dockerfile

+ 1 - 1
conf/Dockerfile

@@ -2,7 +2,7 @@
 
 FROM rust:1.93.0
 RUN apt update -y && apt upgrade -y
-RUN apt install numactl
+RUN apt install -y numactl
 WORKDIR /home/lox
 ADD crates/ ./crates/
 ADD Cargo.toml Cargo.toml