From 41cf5d85da67b0212828b57b0cfe0743447a657e Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Fri, 26 Jul 2019 16:49:34 +1000 Subject: [PATCH] bin --- docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index e4a9826..48e38cc 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -141,7 +141,8 @@ RUN curl -fsSL "https://github.com/docker/compose/releases/download/1.25.0-rc1/d chmod +x /usr/local/bin/docker-compose # Install fzf -RUN git clone --depth 1 https://github.com/junegunn/fzf.git $HOME/.fzf +RUN git clone --depth 1 https://github.com/junegunn/fzf.git $HOME/.fzf && \ + $HOME/.fzf/install --bin # Install go RUN add-apt-repository ppa:longsleep/golang-backports && \