packer: cloud_archive apt-get update fixes

This commit is contained in:
Przemyslaw Kaminski 2015-09-01 07:40:21 +02:00
parent 083be2d91a
commit f5f5271413

View File

@ -1,5 +1,6 @@
---
- shell: apt-get update
- shell: apt-get -y upgrade
- shell: add-apt-repository -y cloud-archive:juno
- shell: apt-get update || apt-get update --fix-missing