fix install command
All checks were successful
continuous-integration/drone the build was successful

This commit is contained in:
2021-08-31 01:29:03 +02:00
parent 77383a1a6b
commit 9106fc6a68

View File

@@ -2,7 +2,7 @@ pipeline:
pull: pull:
image: amd64/alpine:latest image: amd64/alpine:latest
commands: commands:
- pkg install docker git - apk -U add docker git
- docker build https://github.com/Saiyato/snapserver_docker.git - docker build https://github.com/Saiyato/snapserver_docker.git
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock