From 93f001f98c097c0feef2061100ed3edaa502d0ea Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Thu, 11 Apr 2019 22:40:35 +0200 Subject: [PATCH] CI cleanup --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c5db689..422fec2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,12 +9,11 @@ steps: path: /var/run/docker.sock commands: - apt update -y - - apt install -y apt-transport-https ca-certificates curl software-properties-common gnupg2 curl + - apt install -y apt-transport-https ca-certificates curl software-properties-common gnupg2 curl python-tk - curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - - add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable" - apt update -y - apt install -y docker-ce - - apt install -y curl python-tk - pip install -U pip - curl -L https://github.com/docker/compose/releases/download/1.21.2/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose - chmod +x /usr/local/bin/docker-compose