Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packaging/docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apt-get update && \
locales \
net-tools \
netcat-openbsd \
openjdk-17-jre-headless \
tini \
tzdata \
valgrind \
Comment on lines 9 to 15
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better readability and long-term maintainability, it's a good practice to keep package lists sorted alphabetically. This makes it easier to check for existing packages and add new ones. I've noticed the list in this section is not fully sorted. Could you please reorder the packages alphabetically?

            locales \
            netcat-openbsd \
            net-tools \
            openjdk-17-jre-headless \
            tini \
            tzdata \
            valgrind \

Expand Down