debian-bullseye-titan: sort pkgs alphabetically

Change-Id: Id5e1d6a3a1705234f25e7c346e2fcf1d3741570d
This commit is contained in:
Oliver Smith 2021-12-16 12:29:29 +01:00 committed by osmith
parent f7290d31ff
commit f0e60705c0
1 changed files with 5 additions and 5 deletions

View File

@ -27,13 +27,13 @@ RUN apt-get update && \
DEBIAN_FRONTEND='noninteractive' apt-get install -y --no-install-recommends --no-install-suggests \
build-essential \
git \
procps \
tcpdump \
wireshark-common \
vim \
netcat-openbsd \
python3-setuptools \
procps \
python3-pip \
python3-setuptools \
tcpdump \
vim \
wireshark-common \
&& \
apt-get clean