[Drone] Change Docker image to pure alpine image
continuous-integration/drone Build is passing Details

This commit is contained in:
Lucien Cartier-Tilet 2021-12-01 16:49:45 +01:00
parent 24f1fe375c
commit 1301eaf0a9
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 4 additions and 3 deletions

View File

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