diff --git a/pkg/azurelustreplugin/Dockerfile b/pkg/azurelustreplugin/Dockerfile index 63cd7889b..1f36e87f9 100644 --- a/pkg/azurelustreplugin/Dockerfile +++ b/pkg/azurelustreplugin/Dockerfile @@ -19,7 +19,7 @@ COPY "./pkg/azurelustreplugin/entrypoint.sh" "/app/entrypoint.sh" RUN chmod +x "/app/entrypoint.sh" -RUN apt-get update && apt --only-upgrade -y install tar libudev1 libsystemd0 +RUN apt-get update && apt --only-upgrade -y install tar libudev1 libsystemd0 libssl3 RUN apt-get clean all # Install all Lustre packages dependencies