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:
Diederik de Haas 2021-08-24 01:48:53 +02:00
parent a712206f62
commit 0f80bfa650
No known key found for this signature in database
GPG Key ID: D76E5BCE787EDB6E
1 changed files with 0 additions and 5 deletions

View File

@ -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