From 1364662bc7f8b8390479c6d9a491f7151e009758 Mon Sep 17 00:00:00 2001 From: Dong Ma Date: Fri, 29 Nov 2024 07:32:37 +0800 Subject: [PATCH] [CLOUDOPS-593] Update the cinder image to add nfs tool (#2154) Depends-On: #2150 --- images/cinder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/cinder/Dockerfile b/images/cinder/Dockerfile index 99fc3bfc7..99b6c159c 100644 --- a/images/cinder/Dockerfile +++ b/images/cinder/Dockerfile @@ -29,7 +29,7 @@ FROM registry.atmosphere.dev/library/openstack-python-runtime:${RELEASE} RUN <