Просмотр исходного кода

Fix non-interactive docker setup

Vecna 3 месяцев назад
Родитель
Сommit
b384d8d283
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      conf/Dockerfile

+ 1 - 1
conf/Dockerfile

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