Skip to content
Snippets Groups Projects
Commit f42266d3 authored by David Bauer's avatar David Bauer
Browse files

contrib docker: sort package-list


Sort the package-list alphabetically.

Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
parent c98454eb
No related branches found
No related tags found
No related merge requests found
...@@ -5,30 +5,30 @@ ARG TARGETARCH ...@@ -5,30 +5,30 @@ ARG TARGETARCH
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
ca-certificates \ ca-certificates \
ecdsautils \
file \ file \
gawk \
git \ git \
libelf-dev \
libncurses5-dev \
libnss-unknown \
libssl-dev \
lua-check \
openssh-client \
python3 \ python3 \
python3-dev \ python3-dev \
python3-pyelftools \ python3-pyelftools \
python3-setuptools \ python3-setuptools \
build-essential \
gawk \
unzip \
libncurses5-dev \
zlib1g-dev \
libssl-dev \
libelf-dev \
wget \
rsync \
time \
qemu-utils \ qemu-utils \
ecdsautils \ rsync \
lua-check \
shellcheck \ shellcheck \
libnss-unknown \
openssh-client \
swig \ swig \
time \
unzip \
wget \
zlib1g-dev \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment