From 04eefae0346e61567ac71b8353eb316685d2a93a Mon Sep 17 00:00:00 2001 From: tavo Date: Thu, 14 Nov 2024 14:37:48 -0600 Subject: [PATCH] update dockerfile --- dev/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/Dockerfile b/dev/Dockerfile index d38c271..449faba 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -1,7 +1,7 @@ FROM docker.io/library/archlinux:latest RUN pacman -Syu --noconfirm && \ - pacman -S --noconfirm sudo man-db exa curl ffmpeg imagemagick nnn screen tmux 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 && \ + pacman -S --noconfirm sudo man-db exa curl ffmpeg imagemagick nnn screen tmux groff openssh base-devel git neovim ripgrep fzf emacs python python-pip python-virtualenv go go-tools clang nodejs npm php texlive-core texlive-fontsextra r && \ mkdir /var/run/sshd RUN useradd -ms /bin/bash dev && \