remove-flux

This commit is contained in:
Jackson Delahunt 2022-12-04 00:09:59 +11:00
parent 969f487462
commit 579e1027a2

View file

@ -216,9 +216,6 @@ 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