mirror of
https://github.com/junegunn/fzf.git
synced 2026-05-11 09:08:38 +08:00
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM archlinux/base:latest
|
FROM archlinux
|
||||||
RUN pacman -Sy && pacman --noconfirm -S awk git tmux zsh fish ruby procps go make gcc
|
RUN pacman -Sy && pacman --noconfirm -S awk git tmux zsh fish ruby procps go make gcc
|
||||||
RUN gem install --no-document -v 5.14.2 minitest
|
RUN gem install --no-document -v 5.14.2 minitest
|
||||||
RUN echo '. /usr/share/bash-completion/completions/git' >> ~/.bashrc
|
RUN echo '. /usr/share/bash-completion/completions/git' >> ~/.bashrc
|
||||||
|
|||||||
Reference in New Issue
Block a user