Changed to debian
Some checks failed
continuous-integration/drone the build failed

This commit is contained in:
2021-08-31 01:46:40 +02:00
parent b2432dc594
commit 91793f616e

View File

@@ -1,8 +1,8 @@
pipeline: pipeline:
build: build:
image: amd64/alpine:latest image: debian:latest
commands: commands:
- apk -U add docker git - apt-get update && apt-get install -y docker git
- docker build https://github.com/Saiyato/snapserver_docker.git - docker build https://github.com/Saiyato/snapserver_docker.git
- docker container commit 58dfdc384cc5 snapserver_docker_ci:amd64 - docker container commit 58dfdc384cc5 snapserver_docker_ci:amd64
- docker image tag snapserver_docker_ci:amd64 infeeeee/snapserver_docker_ci:amd64 - docker image tag snapserver_docker_ci:amd64 infeeeee/snapserver_docker_ci:amd64