ci: Fix apk command for installing make
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Glenn Y. Rolland 2022-08-18 21:55:45 +02:00
parent f7258c19d1
commit 45d451f5c9

View file

@ -33,7 +33,7 @@ steps:
- name: cache
path: /stupid
commands:
- apk install make
- apk add make
- make docker-build
- make docker-save > _artifacts/docker-image.tar