fix install command
All checks were successful
continuous-integration/drone the build was successful
All checks were successful
continuous-integration/drone the build was successful
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user