Remove redundant apt installations;Add package;Lock builder account
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-05 14:18:40 +01:00
parent 652a5d25c9
commit a15f316f5f
3 changed files with 2 additions and 8 deletions

View File

@@ -22,12 +22,6 @@ steps:
image: bv11-cr01.bessems.eu/library/packer-extended
pull: always
commands:
- |
apt-get update
- |
apt-get install -y \
curl \
make
- |
jq '.password="'"$VSPHERE_PASSWORD"'"' ./packer/ova/vsphere.json > /tmp/vsphere.json && \
mv /tmp/vsphere.json ./packer/ova/vsphere.json