From d002df626740a2ccc6d897a8c10cf65672ae0b74 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sat, 7 Dec 2024 04:22:05 +0200 Subject: Removed wget from dependencies --- ContainerFile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ContainerFile') diff --git a/ContainerFile b/ContainerFile index 565fc26..5aff869 100644 --- a/ContainerFile +++ b/ContainerFile @@ -1,6 +1,6 @@ FROM fedora:latest RUN dnf update -y && dnf install which git screen pinentry make gcc -y -RUN dnf install -y curl wget jq nodejs +RUN dnf install -y curl jq nodejs RUN dnf install -y nano COPY . /root/arching-kaos-tools RUN bash -c 'cd /root/arching-kaos-tools && /root/arching-kaos-tools/install.sh' -- cgit v1.2.3