pez-infra/ansible/dotfiles/Dockerfile-archlinux
Rasmus Wejlgaard 737d6e0bc1 initial commit
2026-03-28 12:39:41 +00:00

10 lines
No EOL
136 B
Text

FROM archlinux:latest
COPY ../. /workspace
WORKDIR /workspace
RUN pacman -Syy
RUN pacman -S --noconfirm make sudo git which
RUN make