Skip to content

Commit 14a514b

Browse files
committed
add nbdkit and nbdkit-plugin-python to docker container (#282)
1 parent d3babb9 commit 14a514b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY . /tmp/build/
2222
RUN \
2323
apt-get update && \
2424
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 && \
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 nbdkit nbdkit-plugin-python && \
2626
cd /tmp/build/ && python3 setup.py install && cd .. && \
2727
apt-get purge -y ca-certificates && apt-get -y autoremove --purge && apt-get clean && \
2828
rm -rf /var/lib/apt/lists/* /tmp/*

0 commit comments

Comments
 (0)