Skip to content

Commit e11e421

Browse files
committed
perl-IPC-Cmd
1 parent 6455f9b commit e11e421

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ RUN curl -L $BAZEL_URL -o /usr/local/bin/bazel \
173173
&& chmod +x /usr/local/bin/bazel
174174
RUN yum install -y wget nasm rdma-core-devel rsync gdb ninja-build openblas-static devtoolset-7-gcc* vim ccache htop fuse-devel
175175
RUN yum install -y devtoolset-10-libasan-devel devtoolset-10-libubsan-devel devtoolset-10-libtsan-devel
176+
RUN yum install -y perl-IPC-Cmd
176177

177178
RUN wget https://github.com/Oneflow-Inc/llvm-project/releases/download/maybe-14.0.4/clang-tidy-14.AppImage -O /usr/local/bin/clangd && \
178179
chmod +x /usr/local/bin/clangd

0 commit comments

Comments
 (0)