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