diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2019-03-31 11:22:12 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2019-03-31 11:22:12 +0900 |
| commit | df570afd52a6cd25ea68e7837a0624e3aba0405d (patch) | |
| tree | 4699ee1c4d38014bb89eddf033939047998125cb | |
| parent | 07d755df11b7f507662e2cc4b73703eee0923f48 (diff) | |
| download | fzf-df570afd52a6cd25ea68e7837a0624e3aba0405d.tar.gz | |
[docker] Fix gem install option in Dockerfile
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ FROM archlinux/base:latest RUN pacman -Sy && pacman --noconfirm -S awk git tmux zsh fish ruby procps go make -RUN gem install --no-ri --no-rdoc minitest +RUN gem install --no-document minitest RUN echo '. /usr/share/bash-completion/completions/git' >> ~/.bashrc RUN echo '. ~/.bashrc' >> ~/.bash_profile |
