diff --git a/.drone.yml b/.drone.yml index f9ebb27..ef1944c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: build image: ubuntu:22.04 commands: - - apt update & apt install docker git -y + - apt-get update & apt-get install docker git -y - git clone https://git.lipovcan.cz/Upstream/mikrotik-exporter.git - docker build -t mikrotik_exporter:1.0 .