diff --git a/.woodpecker.yml b/.woodpecker.yml index 3c709ec..bc85208 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -29,7 +29,7 @@ steps: name: deploy-config when: - path: - include: [ '$${CI_REPO_NAME}.yml', '.woodpecker.yml' ] + include: [ '$${CI_REPO_NAME}.yml', '.woodpecker.yml', 'Dockerfile' ] image: woodpeckerci/plugin-docker-buildx secrets: [REGISTRY_USER, REGISTRY_PASSWORD] volumes: @@ -37,4 +37,3 @@ steps: commands: - echo "$${REGISTRY_PASSWORD}" | docker login -u "$${REGISTRY_USER}" --password-stdin git.nixc.us - docker stack deploy --with-registry-auth -c ./$${CI_REPO_NAME}.yml $${CI_REPO_NAME} - # buildforce \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 8f55331..d45d0c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,12 +14,9 @@ RUN apt-get update && apt-get install -y \ wget \ gramps \ golang-go \ - qemu-kvm \ libvirt-daemon-system \ libvirt-clients \ bridge-utils \ - adb \ - libvulkan1 \ && rm -rf /var/lib/apt/lists/* && \ mkdir -p /root/.ssh/ && \ chmod 600 /root/.ssh