Sort packages, optimize Dockerfile - #4309
Conversation
Signed-off-by: Omer Aplatony <omerap12@gmail.com>
|
It would be better if we use ARG instead of ENV. Thanks. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cheyang The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |



Ⅰ. Describe what this PR does
Sorting package names alphabetically for better readability and combining RUN commands to reduce Docker image layers
Ⅱ. Does this pull request fix one issue?
fixes #4308
Ⅲ. List the added test cases (unit test/integration test) if any, please explain if no tests are needed.
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews
I see this ENV: https://github.com/fluid-cloudnative/fluid/blob/master/addons/dynamic-mount/ossfs/docker/Dockerfile#L3
Do we want to set this as ARG (instead of hard coded ENV)?