Add missing package
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Danny Bessems 2023-02-22 21:29:00 +01:00
parent f2b0a5e7c7
commit 193304164d

View File

@ -22,10 +22,14 @@ steps:
image: bv11-cr01.bessems.eu/library/packer-extended image: bv11-cr01.bessems.eu/library/packer-extended
pull: always pull: always
commands: commands:
- |
apt-get update
- |
apt-get install -y \
make
- | - |
make deps make deps
volumes: volumes:
- name: output - name: output
path: /output path: /output