This commit is contained in:
jacob.b 2025-08-15 09:07:03 +10:00
parent 0e0dcee821
commit acaa1eda21

View file

@ -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"