Dockerfile: Refresh kas-isar package list

Sync again with the list from latest Isar user manual. All of the "new"
packages (bzip2, python3-distutils, unzip, zstd) were already implicitly
installed, but this makes sure it they will not accidentally vanish on
the next base image change.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka 2023-06-09 10:55:52 +02:00
parent c582cfb53e
commit 207d236bae

View File

@ -72,9 +72,10 @@ FROM kas-base as kas-isar
ENV LC_ALL=en_US.UTF-8
RUN apt-get update && \
apt-get install -y -f --no-install-recommends \
binfmt-support debootstrap dosfstools dpkg-dev gettext-base git \
mtools parted python3 quilt qemu-user-static reprepro sudo \
git-buildpackage pristine-tar sbuild schroot \
binfmt-support bzip2 debootstrap dosfstools \
dpkg-dev gettext-base git mtools parted python3 python3-distutils \
quilt qemu-user-static reprepro sudo unzip git-buildpackage \
pristine-tar sbuild schroot zstd \
umoci skopeo && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \