Skip to content

Commit

Permalink
[stable/2024.1] [CLOUDOPS-593] Update the cinder image to add nfs tool (
Browse files Browse the repository at this point in the history
#2159)

This is an automated cherry-pick of #2154
/assign mnaser
Depends-On: #2164
  • Loading branch information
vexxhost-bot authored Nov 29, 2024
1 parent e889b9b commit 2bb1ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/cinder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FROM registry.atmosphere.dev/library/openstack-python-runtime:${RELEASE}
RUN <<EOF bash -xe
apt-get update -qq
apt-get install -qq -y --no-install-recommends \
ceph-common lsscsi nvme-cli python3-rados python3-rbd qemu-utils qemu-block-extra sysfsutils udev util-linux
ceph-common lsscsi nfs-common nvme-cli python3-rados python3-rbd qemu-utils qemu-block-extra sysfsutils udev util-linux
apt-get clean
rm -rf /var/lib/apt/lists/*
EOF
Expand Down

0 comments on commit 2bb1ca0

Please sign in to comment.