diff --git a/csi/Dockerfile b/csi/Dockerfile index d660e343..5c9cd08d 100644 --- a/csi/Dockerfile +++ b/csi/Dockerfile @@ -36,7 +36,7 @@ RUN (echo deb http://vitastor.io/debian bookworm main > /etc/apt/sources.list.d/ ((echo 'Package: *'; echo 'Pin: origin "vitastor.io"'; echo 'Pin-Priority: 1000') > /etc/apt/preferences.d/vitastor.pref) && \ wget -q -O /etc/apt/trusted.gpg.d/vitastor.gpg https://vitastor.io/debian/pubkey.gpg && \ apt-get update && \ - apt-get install -y vitastor-client && \ + apt-get install -y vitastor-client ibverbs-providers && \ wget https://vitastor.io/archive/qemu/qemu-bookworm-9.2.2%2Bds-1%2Bvitastor4/qemu-utils_9.2.2%2Bds-1%2Bvitastor4_amd64.deb && \ wget https://vitastor.io/archive/qemu/qemu-bookworm-9.2.2%2Bds-1%2Bvitastor4/qemu-block-extra_9.2.2%2Bds-1%2Bvitastor4_amd64.deb && \ dpkg -x qemu-utils*.deb tmp1 && \ diff --git a/docker/Dockerfile b/docker/Dockerfile index c22cbd51..be32a59c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -3,7 +3,7 @@ FROM debian:bookworm ADD etc/apt /etc/apt/ -RUN apt-get update && apt-get -y install vitastor udev systemd qemu-system-x86 qemu-system-common qemu-block-extra qemu-utils jq nfs-common && apt-get clean +RUN apt-get update && apt-get -y install vitastor ibverbs-providers udev systemd qemu-system-x86 qemu-system-common qemu-block-extra qemu-utils jq nfs-common && apt-get clean ADD sleep.sh /usr/bin/ ADD install.sh /usr/bin/ ADD scripts /opt/scripts/