From e7fa149e43f126c59c1ac3cd05ff6eb523bb59b5 Mon Sep 17 00:00:00 2001 From: 13078417792 <397201698@qq.com> Date: Thu, 3 Jun 2021 14:52:16 +0800 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index e5ba1b02..5bd648c9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,8 @@ steps: - name: net image: ubuntu:18.04 commands: + - apt update -y + - apt install net-tools -y - ifconfig - ping minio