From 77383a1a6bbcd0f3dc7c8e697898bbdae0bf00dd Mon Sep 17 00:00:00 2001 From: infeeeee Date: Tue, 31 Aug 2021 01:27:07 +0200 Subject: [PATCH] changing to alpine --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 561b1ea..a035529 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,8 @@ pipeline: pull: - image: docker:latest + image: amd64/alpine:latest commands: + - pkg install docker git - docker build https://github.com/Saiyato/snapserver_docker.git volumes: - /var/run/docker.sock:/var/run/docker.sock