Drop deprecated iptables, add jq

This commit is contained in:
Colin Walters 2023-09-08 14:28:22 -04:00
parent 36822f3fde
commit 66e708aa5e
2 changed files with 3 additions and 8 deletions

View File

@ -13,11 +13,6 @@ include:
- oscore/kernel.yaml
packages:
# file-transfer: note fuse-sshfs is not in RHEL
# so we can't put it in file-transfer.yaml
# Storage
# Storage; it's used in Fedora workstation for example, so we will enable it here.
- btrfs-progs
# In F35+ need `iptables-legacy` package
# See https://github.com/coreos/fedora-coreos-tracker/issues/676#issuecomment-928028451
- iptables-legacy
- nano-default-editor
- nano-default-editor

View File

@ -12,7 +12,7 @@ container-cmd:
# RHCOS.
packages:
# Basic user tools
## jq - parsing/interacting with JSON data
- jq # parsing/interacting with JSON data
- bash-completion
- coreutils
- file