From acaa1eda2166ce88a2694424bc3b278aefd3586a Mon Sep 17 00:00:00 2001 From: "jacob.b" Date: Fri, 15 Aug 2025 09:07:03 +1000 Subject: [PATCH] x --- base/Dockerfile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/base/Dockerfile b/base/Dockerfile index 68eaf29..6b5b225 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,5 +1,8 @@ FROM archlinux:latest +ENV TERM=xterm-256color +ENV COLORTERM=truecolor + # Update RUN pacman -Syu --noconfirm @@ -31,7 +34,7 @@ RUN sudo pacman -S --needed --noconfirm \ gcc make base-devel \ xclip xsel wl-clipboard \ lazygit -RUN yay -S --noconfirm terraform-ls +RUN yay -Syu --noconfirm terraform-ls RUN mkdir -p /home/x/.config/ COPY ./nvim /home/x/.config/nvim # Should run Lazy update and keep the base image reasonably up to date @@ -51,10 +54,10 @@ COPY git/confs/ /home/x/.config/git/ ## Tofu # Might run into version issues because AUR isn't a versioned repo. -RUN yay -S --noconfirm opentofu +RUN yay -Syu --noconfirm opentofu ## AWS CLI -RUN yay -S --noconfirm aws-cli-v2 +RUN yay -Syu --noconfirm aws-cli-v2 ## Quick drop password at end of build output RUN echo "Your password: $PASS"