From 9128ae089328fd9feea743a0ab1e3280e386ce70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Fri, 9 Feb 2024 16:01:16 +0100 Subject: [PATCH] toolbox: Remove awsci Will move all the large cloud cli tools to a dedicated container. --- toolbox/Containerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/toolbox/Containerfile b/toolbox/Containerfile index 9b40662..d60f417 100644 --- a/toolbox/Containerfile +++ b/toolbox/Containerfile @@ -7,7 +7,6 @@ RUN dnf -y distrosync && \ dnf -y install \ ImageMagick \ ShellCheck \ - awscli \ brotli \ bind-utils \ butane \