[docker] Fix gem install option in Dockerfile

pull/1551/head
Junegunn Choi 5 years ago
parent 07d755df11
commit df570afd52
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

@ -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

Loading…
Cancel
Save