fix: docker pull limit rate issue

Signed-off-by: Shuoran Liu <shuoranliu@gmail.com>
This commit is contained in:
Shuoran Liu 2021-01-29 20:02:18 +08:00
parent 82d1c4486a
commit c71f2e08b7

View File

@ -4,6 +4,7 @@ services:
- docker
before_install:
- docker pull nginx:1.17.8
- docker build -t chubaofs/cfs-base:1.2 -f docker/Dockerfile docker
script: