Skip to content

Commit 07f89b0

Browse files
authored
fix(dockerfile): install coreutils to resolve timeout command error (#1260)
1 parent 9d46a68 commit 07f89b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rdagent/scenarios/qlib/docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN apt-get clean && apt-get update && apt-get install -y \
77
vim \
88
git \
99
build-essential \
10+
coreutils \
1011
&& rm -rf /var/lib/apt/lists/*
1112

1213
RUN git clone https://github.com/microsoft/qlib.git

0 commit comments

Comments
 (0)