This commit is contained in:
tavo 2024-11-11 23:25:08 -06:00
parent c615b8d7e3
commit aedd09aa46

View file

@ -1,4 +1,4 @@
FROM archlinux:latest
FROM docker.io/library/archlinux:latest
RUN pacman -Syu --noconfirm && \
pacman -S --noconfirm sudo exa curl ffmpeg imagemagick groff openssh base-devel git neovim emacs python python-pip python-virtualenv go go-tools clang nodejs npm php texlive-core texlive-fontsextra r && \