elements: zypper-minimal: Install tar package

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
This commit is contained in:
Markos Chandras 2017-07-25 16:24:14 +01:00
parent a6da39acb8
commit 81e72d4045
1 changed files with 1 additions and 0 deletions

View File

@ -11,3 +11,4 @@ lsb-release:
openssl:
sed:
sudo:
tar: