Remove redundant package installation

This commit is contained in:
2023-03-04 15:50:41 +01:00
parent 12ae24f950
commit e6c366a5be

@ -22,12 +22,6 @@ 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 \
curl \
make
- | - |
jq '.password="'"$VSPHERE_PASSWORD"'"' ./packer/ova/vsphere.json > /tmp/vsphere.json && \ jq '.password="'"$VSPHERE_PASSWORD"'"' ./packer/ova/vsphere.json > /tmp/vsphere.json && \
mv /tmp/vsphere.json ./packer/ova/vsphere.json mv /tmp/vsphere.json ./packer/ova/vsphere.json