Sort package install lists alphabetically

Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
This commit is contained in:
Tom Wieczorek 2025-08-15 12:09:24 +02:00
parent ddc2918a48
commit a72055f8d5
No known key found for this signature in database
GPG Key ID: FE33A2282371E831
9 changed files with 15 additions and 15 deletions

View File

@ -22,19 +22,19 @@ RUN apt-get update -y \
&& apt-get update -y \ && apt-get update -y \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
build-essential \ build-essential \
curl \
ca-certificates \ ca-certificates \
curl \
dnsutils \ dnsutils \
ftp \ ftp \
git \ git \
iproute2 \ iproute2 \
iputils-ping \
iptables \ iptables \
iputils-ping \
jq \ jq \
libunwind8 \ libunwind8 \
locales \ locales \
netcat \
net-tools \ net-tools \
netcat \
openssh-client \ openssh-client \
parallel \ parallel \
python3-pip \ python3-pip \

View File

@ -20,8 +20,9 @@ RUN apt-get update -y \
&& add-apt-repository -y ppa:git-core/ppa \ && add-apt-repository -y ppa:git-core/ppa \
&& apt-get update -y \ && apt-get update -y \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
curl \
ca-certificates \ ca-certificates \
curl \
fuse-overlayfs \
git \ git \
iproute2 \ iproute2 \
iptables \ iptables \
@ -30,7 +31,6 @@ RUN apt-get update -y \
uidmap \ uidmap \
unzip \ unzip \
zip \ zip \
fuse-overlayfs \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Download latest git-lfs version # Download latest git-lfs version

View File

@ -20,8 +20,9 @@ RUN apt-get update -y \
&& add-apt-repository -y ppa:git-core/ppa \ && add-apt-repository -y ppa:git-core/ppa \
&& apt-get update -y \ && apt-get update -y \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
curl \
ca-certificates \ ca-certificates \
curl \
fuse-overlayfs \
git \ git \
iproute2 \ iproute2 \
iptables \ iptables \
@ -30,7 +31,6 @@ RUN apt-get update -y \
uidmap \ uidmap \
unzip \ unzip \
zip \ zip \
fuse-overlayfs \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Download latest git-lfs version # Download latest git-lfs version

View File

@ -20,19 +20,19 @@ RUN apt-get update -y \
&& apt-get update -y \ && apt-get update -y \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
build-essential \ build-essential \
curl \
ca-certificates \ ca-certificates \
curl \
dnsutils \ dnsutils \
ftp \ ftp \
git \ git \
iproute2 \ iproute2 \
iputils-ping \
iptables \ iptables \
iputils-ping \
jq \ jq \
libunwind8 \ libunwind8 \
locales \ locales \
netcat \
net-tools \ net-tools \
netcat \
openssh-client \ openssh-client \
parallel \ parallel \
python3-pip \ python3-pip \

View File

@ -17,8 +17,8 @@ RUN apt-get update -y \
&& add-apt-repository -y ppa:git-core/ppa \ && add-apt-repository -y ppa:git-core/ppa \
&& apt-get update -y \ && apt-get update -y \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
curl \
ca-certificates \ ca-certificates \
curl \
git \ git \
iptables \ iptables \
jq \ jq \

View File

@ -17,8 +17,8 @@ RUN apt-get update -y \
&& add-apt-repository -y ppa:git-core/ppa \ && add-apt-repository -y ppa:git-core/ppa \
&& apt-get update -y \ && apt-get update -y \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
curl \
ca-certificates \ ca-certificates \
curl \
git \ git \
iptables \ iptables \
jq \ jq \

View File

@ -20,8 +20,8 @@ RUN apt-get update -y \
&& apt-get update -y \ && apt-get update -y \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
build-essential \ build-essential \
curl \
ca-certificates \ ca-certificates \
curl \
dnsutils \ dnsutils \
ftp \ ftp \
git \ git \

View File

@ -17,8 +17,8 @@ RUN apt-get update -y \
&& add-apt-repository -y ppa:git-core/ppa \ && add-apt-repository -y ppa:git-core/ppa \
&& apt-get update -y \ && apt-get update -y \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
curl \
ca-certificates \ ca-certificates \
curl \
git \ git \
jq \ jq \
sudo \ sudo \

View File

@ -17,8 +17,8 @@ RUN apt-get update -y \
&& add-apt-repository -y ppa:git-core/ppa \ && add-apt-repository -y ppa:git-core/ppa \
&& apt-get update -y \ && apt-get update -y \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
curl \
ca-certificates \ ca-certificates \
curl \
git \ git \
jq \ jq \
sudo \ sudo \