From 8ce518300c5f4ea20750f88cba01604409fd0d13 Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Fri, 20 Dec 2024 15:08:44 -0500 Subject: [PATCH] Add make and powerline components --- Containerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Containerfile b/Containerfile index be403b0..7d75538 100644 --- a/Containerfile +++ b/Containerfile @@ -12,3 +12,6 @@ LABEL local.${ENV_NAME}.nonce=${BUILD_NONCE} ADD load-user-bashrc.sh /etc/profile.d/99-load-user-bashrc.sh +RUN dnf install --assumeyes \ + powerline \ + make