Browse Source

Fix non-interactive docker setup

Vecna 6 months ago
parent
commit
b384d8d283
1 changed files with 1 additions and 1 deletions
  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