From c0f1000dc10305ce9262d440bb1d555a584c3c16 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Thu, 20 Jun 2024 00:14:20 +0200 Subject: [PATCH] Remove check --- archlinux/Dockerfile | 1 - debian/Dockerfile.bookworm | 1 - debian/Dockerfile.trixie | 1 - ubuntu/Dockerfile.jammy | 1 - ubuntu/Dockerfile.noble | 1 - 5 files changed, 5 deletions(-) diff --git a/archlinux/Dockerfile b/archlinux/Dockerfile index 5fd0a1b..863c88d 100644 --- a/archlinux/Dockerfile +++ b/archlinux/Dockerfile @@ -41,7 +41,6 @@ RUN \ yay -S --noconfirm \ appstream-glib \ cairo \ - check \ clang \ cmake \ djvulibre \ diff --git a/debian/Dockerfile.bookworm b/debian/Dockerfile.bookworm index 84a8089..fddc647 100644 --- a/debian/Dockerfile.bookworm +++ b/debian/Dockerfile.bookworm @@ -7,7 +7,6 @@ RUN apt-get -y --no-install-recommends -V install apt-utils RUN apt-get -y --no-install-recommends -V install \ appstream-util \ bash-completion \ - check \ desktop-file-utils \ doxygen \ fish \ diff --git a/debian/Dockerfile.trixie b/debian/Dockerfile.trixie index a73963c..70e22f4 100644 --- a/debian/Dockerfile.trixie +++ b/debian/Dockerfile.trixie @@ -7,7 +7,6 @@ RUN apt-get -y --no-install-recommends -V install apt-utils RUN apt-get -y --no-install-recommends -V install \ appstream-util \ bash-completion \ - check \ desktop-file-utils \ doxygen \ fish \ diff --git a/ubuntu/Dockerfile.jammy b/ubuntu/Dockerfile.jammy index cac88e8..ef640a5 100644 --- a/ubuntu/Dockerfile.jammy +++ b/ubuntu/Dockerfile.jammy @@ -6,7 +6,6 @@ RUN apt-get -y --no-install-recommends install apt-utils RUN apt-get -y --no-install-recommends install \ appstream-util \ - check \ desktop-file-utils \ doxygen \ fiu-utils \ diff --git a/ubuntu/Dockerfile.noble b/ubuntu/Dockerfile.noble index c45d32f..f3b91c0 100644 --- a/ubuntu/Dockerfile.noble +++ b/ubuntu/Dockerfile.noble @@ -7,7 +7,6 @@ RUN apt-get -y --no-install-recommends -V install apt-utils RUN apt-get -y --no-install-recommends -V install \ appstream-util \ bash-completion \ - check \ desktop-file-utils \ doxygen \ fish \