We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3babb9 commit 14a514bCopy full SHA for 14a514b
docker/Dockerfile
@@ -22,7 +22,7 @@ COPY . /tmp/build/
22
RUN \
23
apt-get update && \
24
apt-get install -y --no-install-recommends \
25
-ca-certificates openssh-client python3-all python3-libnbd python3-libvirt python3-lz4 python3-setuptools python3-tqdm qemu-utils python3-lxml python3-paramiko python3-colorlog && \
+ca-certificates openssh-client python3-all python3-libnbd python3-libvirt python3-lz4 python3-setuptools python3-tqdm qemu-utils python3-lxml python3-paramiko python3-colorlog nbdkit nbdkit-plugin-python && \
26
cd /tmp/build/ && python3 setup.py install && cd .. && \
27
apt-get purge -y ca-certificates && apt-get -y autoremove --purge && apt-get clean && \
28
rm -rf /var/lib/apt/lists/* /tmp/*
0 commit comments