Merge pull request #15785 from YangJiao0817/update-python-xml

Upgrade python-xml to python3-xml
This commit is contained in:
Yang Jiao 2021-10-14 11:00:12 +08:00 committed by GitHub
commit 49974ffa7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
FROM photon:2.0
RUN tdnf install -y git shadow sudo rpm xz python-xml >>/dev/null\
RUN tdnf install -y git shadow sudo rpm xz python3-xml >>/dev/null\
&& tdnf clean all \
&& groupadd -r -g 10000 clair \
&& useradd --no-log-init -m -g 10000 -u 10000 clair