Skip to content

Commit 3e93f6e

Browse files
committed
install ping for hf endpoint check
1 parent 09ac51b commit 3e93f6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ RUN cd /tmp/refact-lsp \
4141
&& cargo install --path . \
4242
&& rm -rf /tmp/refact-lsp
4343

44+
# to ping hf
45+
RUN apt-get install -y iputils-ping
46+
4447
COPY . /tmp/app
4548
RUN echo "refact $(git -C /tmp/app rev-parse HEAD)" >> /refact-build-info.txt
4649
RUN pip install ninja

0 commit comments

Comments
 (0)