add xz as a recommended pkg
xz package is required by buildah and podman when building a image and ADD a tar.xz file archive is used See https://github.com/containers/buildah/issues/2525 Signed-off-by: Job Cespedes Ortiz <jobcespedes@gmail.com>
This commit is contained in:
parent
8eaacec150
commit
c817e5ab2b
|
|
@ -91,6 +91,7 @@ Recommends: container-selinux
|
||||||
Recommends: slirp4netns
|
Recommends: slirp4netns
|
||||||
Recommends: fuse-overlayfs
|
Recommends: fuse-overlayfs
|
||||||
%endif
|
%endif
|
||||||
|
Recommends: xz
|
||||||
|
|
||||||
# vendored libraries
|
# vendored libraries
|
||||||
# awk '{print "Provides: bundled(golang("$1")) = "$2}' vendor.conf | sort
|
# awk '{print "Provides: bundled(golang("$1")) = "$2}' vendor.conf | sort
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue