[Drone] Change Docker image to pure alpine image

This commit is contained in:
2021-12-01 16:49:45 +01:00
parent 24f1fe375c
commit 1301eaf0a9

View File

@@ -3,10 +3,11 @@ name: default
steps: steps:
- name: build - name: build
image: silex/emacs:27-alpine image: alpine
commands: commands:
- apk add git - apk update
- emacs --script export.el - apk add git emacs-nox
- emacs -Q --script export.el
when: when:
branch: branch:
- master - master