Skip to content

Commit

Permalink
ci: remove unused interactive debugging tools
Browse files Browse the repository at this point in the history
Remove vi(m), strace, tcpdump, wget, less.
  • Loading branch information
jozzsi authored and LaszloGombos committed Sep 20, 2024
1 parent aa3679f commit 3166509
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 21 deletions.
3 changes: 0 additions & 3 deletions test/container/Dockerfile-arch
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,9 @@ RUN pacman --noconfirm -Syu \
shellcheck \
shfmt \
squashfs-tools \
strace \
swtpm \
systemd-ukify \
tcpdump \
tgt \
tpm2-tools \
vi \
xfsprogs \
&& yes | pacman -Scc
5 changes: 0 additions & 5 deletions test/container/Dockerfile-debian
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ RUN apt-get update -y -qq && apt-get upgrade -y -qq && apt-get install -y -qq --
jfsutils \
jq \
kmod \
less \
libkmod-dev \
linux-image-generic \
lvm2 \
Expand All @@ -67,19 +66,15 @@ RUN apt-get update -y -qq && apt-get upgrade -y -qq && apt-get install -y -qq --
sbsigntool \
shellcheck \
squashfs-tools \
strace \
swtpm \
systemd-boot-efi \
systemd-container \
systemd-coredump \
systemd-resolved \
systemd-timesyncd \
tcpdump \
tgt \
thin-provisioning-tools \
tpm2-tools \
vim \
wget \
xfsprogs \
zstd \
&& apt-get clean
3 changes: 0 additions & 3 deletions test/container/Dockerfile-fedora
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,13 @@ RUN dnf -y install --setopt=install_weak_deps=False \
ShellCheck \
shfmt \
squashfs-tools \
strace \
swtpm \
systemd-boot-unsigned \
systemd-networkd \
systemd-resolved \
systemd-ukify \
tar \
tcpdump \
tpm2-tools \
wget \
xfsprogs \
xz \
&& dnf -y update && dnf clean all
Expand Down
3 changes: 0 additions & 3 deletions test/container/Dockerfile-opensuse
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,14 @@ RUN dnf -y install --setopt=install_weak_deps=False \
ShellCheck \
shfmt \
squashfs \
strace \
swtpm \
systemd-boot \
systemd-experimental \
tar \
tcpdump \
tgt \
tpm2.0-tools \
/usr/bin/qemu-system-$(uname -m) \
util-linux-systemd \
wget \
xz \
&& dnf -y update && dnf clean all

Expand Down
5 changes: 0 additions & 5 deletions test/container/Dockerfile-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ RUN apt-get update -y -qq && apt-get upgrade -y -qq && \
jfsutils \
jq \
kmod \
less \
libdmraid-dev \
libkmod-dev \
linux-image-generic \
Expand Down Expand Up @@ -69,20 +68,16 @@ RUN apt-get update -y -qq && apt-get upgrade -y -qq && \
sbsigntool \
shellcheck \
squashfs-tools \
strace \
swtpm \
systemd-boot-efi \
systemd-container \
systemd-coredump \
systemd-resolved \
systemd-timesyncd \
systemd-ukify \
tcpdump \
tgt \
thin-provisioning-tools \
tpm2-tools \
vim \
wget \
xfsprogs \
zstd \
&& apt-get clean \
Expand Down
2 changes: 0 additions & 2 deletions test/container/Dockerfile-void
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,8 @@ RUN xbps-install -Syu xbps && xbps-install -yu \
shellcheck \
shfmt \
squashfs-tools \
strace \
swtpm \
systemd-boot-efistub \
tcpdump \
tgt \
tpm2-tools \
ukify \
Expand Down

0 comments on commit 3166509

Please sign in to comment.