rg harddep for doom

This commit is contained in:
tavo 2024-11-12 00:16:09 -06:00
parent a96c52502d
commit c116aa460b

View file

@ -1,7 +1,7 @@
FROM docker.io/library/archlinux:latest FROM docker.io/library/archlinux:latest
RUN pacman -Syu --noconfirm && \ 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 && \ pacman -S --noconfirm sudo exa curl ffmpeg imagemagick groff openssh base-devel git neovim ripgrep emacs python python-pip python-virtualenv go go-tools clang nodejs npm php texlive-core texlive-fontsextra r && \
mkdir /var/run/sshd mkdir /var/run/sshd
RUN useradd -ms /bin/bash dev && \ RUN useradd -ms /bin/bash dev && \