x
This commit is contained in:
parent
0e0dcee821
commit
acaa1eda21
1 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,8 @@
|
||||||
FROM archlinux:latest
|
FROM archlinux:latest
|
||||||
|
|
||||||
|
ENV TERM=xterm-256color
|
||||||
|
ENV COLORTERM=truecolor
|
||||||
|
|
||||||
# Update
|
# Update
|
||||||
RUN pacman -Syu --noconfirm
|
RUN pacman -Syu --noconfirm
|
||||||
|
|
||||||
|
@ -31,7 +34,7 @@ RUN sudo pacman -S --needed --noconfirm \
|
||||||
gcc make base-devel \
|
gcc make base-devel \
|
||||||
xclip xsel wl-clipboard \
|
xclip xsel wl-clipboard \
|
||||||
lazygit
|
lazygit
|
||||||
RUN yay -S --noconfirm terraform-ls
|
RUN yay -Syu --noconfirm terraform-ls
|
||||||
RUN mkdir -p /home/x/.config/
|
RUN mkdir -p /home/x/.config/
|
||||||
COPY ./nvim /home/x/.config/nvim
|
COPY ./nvim /home/x/.config/nvim
|
||||||
# Should run Lazy update and keep the base image reasonably up to date
|
# 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
|
## Tofu
|
||||||
# Might run into version issues because AUR isn't a versioned repo.
|
# Might run into version issues because AUR isn't a versioned repo.
|
||||||
RUN yay -S --noconfirm opentofu
|
RUN yay -Syu --noconfirm opentofu
|
||||||
|
|
||||||
## AWS CLI
|
## AWS CLI
|
||||||
RUN yay -S --noconfirm aws-cli-v2
|
RUN yay -Syu --noconfirm aws-cli-v2
|
||||||
|
|
||||||
## Quick drop password at end of build output
|
## Quick drop password at end of build output
|
||||||
RUN echo "Your password: $PASS"
|
RUN echo "Your password: $PASS"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue