Update '.drone.yml'
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Radim Lipovčan 2022-02-07 20:31:38 +01:00
parent a844324a22
commit 9f87974e30
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ steps:
image: ubuntu:20.04
commands:
- ln -snf /usr/share/zoneinfo/$(echo "Europe/Prague") /etc/localtime && echo $(echo "Europe/Prague") > /etc/timezone
- apt-get update ; apt-get install docker git -y
- apt-get update ; apt-get install docker.io git -y
- git clone https://git.lipovcan.cz/Upstream/mikrotik-exporter.git
- docker build -t mikrotik_exporter:1.0 .