This commit is contained in:
Jackson Delahunt 2021-08-31 09:49:20 +10:00
parent d40f81dfb3
commit cb7ec18b36

View file

@ -231,6 +231,9 @@ RUN apt-get update -qq && \
make all && \
make install
# Install flux
RUN curl -s https://fluxcd.io/install.sh | bash
# Install fzf
RUN git clone --depth 1 https://github.com/junegunn/fzf.git $HOME/.fzf && \
$HOME/.fzf/install --bin