From 6ddcb5204b4e1de55f0f1d7b5c415550f40be58c Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sun, 7 Nov 2021 17:12:38 +0100 Subject: [PATCH] added apt update --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 62ca2ab..c48e37c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ steps: - name: Download GeoLite.mmdb image: ubuntu:latest commands: + - apt-get update - apt-get install -y wget - wget -nv -O- "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-ASN&license_key=$LICENSE_KEY&suffix=tar.gz" | tar zxv - wget -nv -O- "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City&license_key=$LICENSE_KEY&suffix=tar.gz" | tar zxv