Merge pull request #2 from abbbi/lxml

add python3-lxml to dependencies
This commit is contained in:
Adrian
2023-03-07 12:25:34 -04:00
committed by GitHub

View File

@@ -13,7 +13,7 @@ LABEL maintainer="Adrián Parilli <a.parilli@staffwerke.de>"
RUN \ RUN \
apt-get update && \ apt-get update && \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
ca-certificates git python3-all python3-libnbd python3-libvirt python3-lz4 python3-setuptools python3-tqdm qemu-utils && \ ca-certificates git python3-all python3-libnbd python3-libvirt python3-lz4 python3-setuptools python3-tqdm qemu-utils python3-lxml python3-paramiko && \
git clone $source.git && \ git clone $source.git && \
cd virtnbdbackup && python3 setup.py install && cd .. && \ cd virtnbdbackup && python3 setup.py install && cd .. && \
apt-get purge -y git ca-certificates && apt-get -y autoremove --purge && apt-get clean && \ apt-get purge -y git ca-certificates && apt-get -y autoremove --purge && apt-get clean && \