From 731bf7881bf1362dd4fbe64e502f4dc980ef3319 Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Fri, 20 Dec 2024 14:18:26 -0500 Subject: [PATCH] Add nano --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 4f3fcf5..b82da1b 100644 --- a/Containerfile +++ b/Containerfile @@ -12,4 +12,5 @@ ADD load-user-bashrc.sh /etc/profile.d/99-load-user-bashrc.sh RUN dnf install --assumeyes \ powerline \ - make + make \ + nano