aboutsummaryrefslogtreecommitdiff
path: root/ContainerFile
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-12-07 04:22:05 +0200
committerkaotisk <kaotisk@arching-kaos.org>2024-12-07 04:22:05 +0200
commitd002df626740a2ccc6d897a8c10cf65672ae0b74 (patch)
treeddabc13bd7cfdd516dd17389529adbe25b022308 /ContainerFile
parent1305976d458a92d7aa3b5ff456a9b1e7b49c8468 (diff)
downloadarching-kaos-tools-d002df626740a2ccc6d897a8c10cf65672ae0b74.tar.gz
arching-kaos-tools-d002df626740a2ccc6d897a8c10cf65672ae0b74.tar.bz2
arching-kaos-tools-d002df626740a2ccc6d897a8c10cf65672ae0b74.zip
Removed wget from dependencies
Diffstat (limited to 'ContainerFile')
-rw-r--r--ContainerFile2
1 files changed, 1 insertions, 1 deletions
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'