ソースを参照

Fix non-interactive docker setup

Vecna 3 ヶ月 前
コミット
b384d8d283
1 ファイル変更1 行追加1 行削除
  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