Sha256: 16e0a79cbbad2daa49ad9648dc3f34c13c9c209f2be88443e18e48dc3bad0d0e

Contents?: true

Size: 489 Bytes

Versions: 87

Compression:

Stored size: 489 Bytes

Contents

FROM archlinux/base:latest
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 echo '. /usr/share/bash-completion/completions/git' >> ~/.bashrc
RUN echo '. ~/.bashrc' >> ~/.bash_profile

# Do not set default PS1
RUN rm -f /etc/bash.bashrc
COPY . /fzf
RUN cd /fzf && make install && ./install --all
CMD tmux new 'set -o pipefail; ruby /fzf/test/test_go.rb | tee out && touch ok' && cat out && [ -e ok ]

Version data entries

87 entries across 87 versions & 1 rubygems

Version Path
doing-2.1.1pre lib/helpers/fzf/Dockerfile
doing-2.1.0pre lib/helpers/fzf/Dockerfile
doing-2.0.25 lib/helpers/fzf/Dockerfile
doing-2.0.24 lib/helpers/fzf/Dockerfile
doing-2.0.23 lib/helpers/fzf/Dockerfile
doing-2.0.22 lib/helpers/fzf/Dockerfile
doing-2.0.21 lib/helpers/fzf/Dockerfile