Skip to content

Commit

Permalink
[CLOUDOPS-593] Update nova image to add nfs tool (#2192)
Browse files Browse the repository at this point in the history
  • Loading branch information
larainema authored Dec 13, 2024
1 parent c1ae5f0 commit 20e4524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/nova/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ADD https://github.com/novnc/noVNC.git#v1.4.0 /usr/share/novnc
RUN <<EOF bash -xe
apt-get update -qq
apt-get install -qq -y --no-install-recommends \
ceph-common genisoimage iproute2 libosinfo-bin lsscsi ndctl nvme-cli openssh-client ovmf python3-libvirt python3-rados python3-rbd qemu-efi-aarch64 qemu-block-extra qemu-utils sysfsutils udev util-linux swtpm swtpm-tools libtpms0
ceph-common genisoimage iproute2 libosinfo-bin lsscsi ndctl nfs-common nvme-cli openssh-client ovmf python3-libvirt python3-rados python3-rbd qemu-efi-aarch64 qemu-block-extra qemu-utils sysfsutils udev util-linux swtpm swtpm-tools libtpms0
apt-get clean
rm -rf /var/lib/apt/lists/*
EOF
Expand Down

0 comments on commit 20e4524

Please sign in to comment.