81e72d4045
tar is an essential package but nothing pulls it explicitly. This causes some issues in the openSUSE CI jobs like the following one "Failed to execute tar: No such file or directory", "Failed to write file: Broken pipe", "Failed to retrieve image file. (Wrong URL?)", "Exiting."], "stdout": "", "stdout_lines": []} Just like 'sed', add 'tar' to the list of packages for the openSUSE minimal builds. Change-Id: Ia36e3d9fd6b78862a6831ba80b43d4614a349ca0
15 lines
256 B
YAML
15 lines
256 B
YAML
# kernel
|
|
kernel-default:
|
|
# locale support (we need LC_ALL=en_US.utf8)
|
|
glibc-locale:
|
|
# And a few useful tools. Some are pulled
|
|
# as dependencies but that may change so lets
|
|
# be explicit.
|
|
bash:
|
|
ca-certificates-mozilla:
|
|
lsb-release:
|
|
openssl:
|
|
sed:
|
|
sudo:
|
|
tar:
|