ci: Add missing make package to build:executable

This commit is contained in:
Glenn Y. Rolland 2022-07-09 20:20:48 +02:00
parent b98c50246f
commit 873f63533b

View file

@ -35,6 +35,7 @@ build:docker-image:
needs:
- build:executable
script:
- apk install make
- make docker-build
- make docker-save > _artifacts/docker-image.tar
artifacts: