Remove unneeded apt-get update step.
Vmdb2 already does more then enough 'apt-get update', so no need to add one ourselves. Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
This commit is contained in:
parent
a712206f62
commit
0f80bfa650
|
@ -67,11 +67,6 @@ steps:
|
||||||
perm: 0755
|
perm: 0755
|
||||||
unless: rootfs_unpacked
|
unless: rootfs_unpacked
|
||||||
|
|
||||||
- chroot: /
|
|
||||||
shell: |
|
|
||||||
apt-get update
|
|
||||||
unless: rootfs_unpacked
|
|
||||||
|
|
||||||
- apt: install
|
- apt: install
|
||||||
packages:
|
packages:
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
|
|
Loading…
Reference in New Issue