debian-bootc-base-images/oscore/file-transfer.yaml
2022-12-09 15:32:25 -05:00

8 lines
235 B
YAML

# Moving files around and verifying them
packages:
- git-core
- gnupg2
- rsync
# Explicit dependency on curl because we use it in coreos-livepxe-rootfs.sh
# We need curl and not curl-minimal because we support TFTP.
- curl