fix(dockerfile): install coreutils to resolve timeout command error (#1260)

This commit is contained in:
Utsab Dahal
2025-10-10 08:29:22 +05:45
committed by GitHub
parent 31b19dee80
commit 35580cbdf8
+1
View File
@@ -7,6 +7,7 @@ RUN apt-get clean && apt-get update && apt-get install -y \
vim \
git \
build-essential \
coreutils \
&& rm -rf /var/lib/apt/lists/*
RUN git clone https://github.com/microsoft/qlib.git