This commit is contained in:
Jackson Delahunt 2019-07-26 16:49:34 +10:00 committed by Jackson
parent d3c09780b9
commit 41cf5d85da

View file

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