Skip to content

Commit 95b3931

Browse files
authored
[CI] Update redis download source (#5198)
1 parent f69e083 commit 95b3931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dockerfile/Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN cd MLNX_OFED_LINUX-24.10-3.2.5.0-ubuntu20.04-x86_64 \
2121
&& ./mlnxofedinstall --user-space-only --skip-distro-check --without-fw-update --force --without-ucx-cuda
2222

2323
RUN apt install -y build-essential tcl \
24-
&& wget http://download.redis.io/releases/redis-7.2.0.tar.gz \
24+
&& wget -q --no-proxy https://paddle-qa.bj.bcebos.com/FastDeploy/redis-7.2.0.tar.gz \
2525
&& tar xzf redis-7.2.0.tar.gz && cd redis-7.2.0 \
2626
&& make && make PREFIX=/usr/local/redis install
2727

0 commit comments

Comments
 (0)