Skip to content

Commit

Permalink
Upgrade libssl3 when building image
Browse files Browse the repository at this point in the history
  • Loading branch information
dabradley committed Sep 9, 2024
1 parent 00336cd commit d96ab7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/azurelustreplugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d96ab7c

Please sign in to comment.