Skip to content

Commit 414093f

Browse files
container: add python3-pyxattr rpm to container
This is a C-API python package and building it would require gcc etc. Just include the distro version. Signed-off-by: John Mulligan <[email protected]>
1 parent 6c1ed56 commit 414093f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/container/Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN yum install \
1111
python-tox \
1212
python3-samba \
1313
python3-wheel \
14+
python3-pyxattr \
1415
samba-common-tools \
1516
&& yum clean all \
1617
&& true

0 commit comments

Comments
 (0)