From 9106fc6a68e8279f904ffb3b12ec124ee4476848 Mon Sep 17 00:00:00 2001 From: infeeeee Date: Tue, 31 Aug 2021 01:29:03 +0200 Subject: [PATCH] fix install command --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a035529..c34ee27 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ pipeline: pull: image: amd64/alpine:latest commands: - - pkg install docker git + - apk -U add docker git - docker build https://github.com/Saiyato/snapserver_docker.git volumes: - /var/run/docker.sock:/var/run/docker.sock