Skip to content

Commit

Permalink
[CLOUDOPS-593] Update the cinder image to add nfs tool (#2154)
Browse files Browse the repository at this point in the history
Depends-On: #2150
  • Loading branch information
larainema authored Nov 28, 2024
1 parent 456e3d8 commit 1364662
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 @@ -29,7 +29,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 1364662

Please sign in to comment.