Auto sorting of locale files

This commit is contained in:
Jamie Curnow
2025-09-25 18:31:00 +10:00
parent e36c1b99a5
commit abdf8866e0
5 changed files with 100 additions and 59 deletions

View File

@@ -15,7 +15,7 @@ ENV SUPPRESS_NO_CONFIG_WARNING=1 \
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
&& apt-get update \
&& apt-get install -y jq python3-pip logrotate \
&& apt-get install -y jq python3-pip logrotate moreutils \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*