From 2607821374dafcddc024b7688651893de2222215 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Tue, 8 Feb 2022 10:39:43 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a76dc86..8acd984 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: plugins/docker commands: #- ln -snf /usr/share/zoneinfo/$(echo "Europe/Prague") /etc/localtime && echo $(echo "Europe/Prague") > /etc/timezone - - apt-get update ; apt-get install docker.io git -y + - pkg install git -y - git clone https://git.lipovcan.cz/Upstream/mikrotik-exporter.git - cd mikrotik-exporter - docker build -t mikrotik_exporter:1.0 .