Sort package install lists alphabetically
Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
This commit is contained in:
parent
ddc2918a48
commit
a72055f8d5
|
|
@ -22,19 +22,19 @@ RUN apt-get update -y \
|
|||
&& apt-get update -y \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
build-essential \
|
||||
curl \
|
||||
ca-certificates \
|
||||
curl \
|
||||
dnsutils \
|
||||
ftp \
|
||||
git \
|
||||
iproute2 \
|
||||
iputils-ping \
|
||||
iptables \
|
||||
iputils-ping \
|
||||
jq \
|
||||
libunwind8 \
|
||||
locales \
|
||||
netcat \
|
||||
net-tools \
|
||||
netcat \
|
||||
openssh-client \
|
||||
parallel \
|
||||
python3-pip \
|
||||
|
|
|
|||
|
|
@ -20,8 +20,9 @@ RUN apt-get update -y \
|
|||
&& add-apt-repository -y ppa:git-core/ppa \
|
||||
&& apt-get update -y \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
curl \
|
||||
ca-certificates \
|
||||
curl \
|
||||
fuse-overlayfs \
|
||||
git \
|
||||
iproute2 \
|
||||
iptables \
|
||||
|
|
@ -30,7 +31,6 @@ RUN apt-get update -y \
|
|||
uidmap \
|
||||
unzip \
|
||||
zip \
|
||||
fuse-overlayfs \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Download latest git-lfs version
|
||||
|
|
|
|||
|
|
@ -20,8 +20,9 @@ RUN apt-get update -y \
|
|||
&& add-apt-repository -y ppa:git-core/ppa \
|
||||
&& apt-get update -y \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
curl \
|
||||
ca-certificates \
|
||||
curl \
|
||||
fuse-overlayfs \
|
||||
git \
|
||||
iproute2 \
|
||||
iptables \
|
||||
|
|
@ -30,7 +31,6 @@ RUN apt-get update -y \
|
|||
uidmap \
|
||||
unzip \
|
||||
zip \
|
||||
fuse-overlayfs \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Download latest git-lfs version
|
||||
|
|
|
|||
|
|
@ -20,19 +20,19 @@ RUN apt-get update -y \
|
|||
&& apt-get update -y \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
build-essential \
|
||||
curl \
|
||||
ca-certificates \
|
||||
curl \
|
||||
dnsutils \
|
||||
ftp \
|
||||
git \
|
||||
iproute2 \
|
||||
iputils-ping \
|
||||
iptables \
|
||||
iputils-ping \
|
||||
jq \
|
||||
libunwind8 \
|
||||
locales \
|
||||
netcat \
|
||||
net-tools \
|
||||
netcat \
|
||||
openssh-client \
|
||||
parallel \
|
||||
python3-pip \
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@ RUN apt-get update -y \
|
|||
&& add-apt-repository -y ppa:git-core/ppa \
|
||||
&& apt-get update -y \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
curl \
|
||||
ca-certificates \
|
||||
curl \
|
||||
git \
|
||||
iptables \
|
||||
jq \
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@ RUN apt-get update -y \
|
|||
&& add-apt-repository -y ppa:git-core/ppa \
|
||||
&& apt-get update -y \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
curl \
|
||||
ca-certificates \
|
||||
curl \
|
||||
git \
|
||||
iptables \
|
||||
jq \
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@ RUN apt-get update -y \
|
|||
&& apt-get update -y \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
build-essential \
|
||||
curl \
|
||||
ca-certificates \
|
||||
curl \
|
||||
dnsutils \
|
||||
ftp \
|
||||
git \
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@ RUN apt-get update -y \
|
|||
&& add-apt-repository -y ppa:git-core/ppa \
|
||||
&& apt-get update -y \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
curl \
|
||||
ca-certificates \
|
||||
curl \
|
||||
git \
|
||||
jq \
|
||||
sudo \
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@ RUN apt-get update -y \
|
|||
&& add-apt-repository -y ppa:git-core/ppa \
|
||||
&& apt-get update -y \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
curl \
|
||||
ca-certificates \
|
||||
curl \
|
||||
git \
|
||||
jq \
|
||||
sudo \
|
||||
|
|
|
|||
Loading…
Reference in New Issue