File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ RUN apt-get update && \
2727 git clone --branch master --depth 1 https://github.com/ahmetb/kubectl-aliases /opt/kubectl-aliases && chmod -R 755 /opt/kubectl-aliases && \
2828 git clone --branch 0.21.0 --depth 1 https://github.com/junegunn/fzf /opt/fzf && chmod -R 755 /opt/fzf && /opt/fzf/install && ln -s /opt/fzf/bin/fzf /usr/local/bin/fzf && \
2929 mkdir -p /tmp/k9s && cd /tmp/k9s && wget https://github.com/derailed/k9s/releases/download/v0.19.3/k9s_Linux_x86_64.tar.gz && tar -xvf k9s_Linux_x86_64.tar.gz && chmod +x k9s && mv k9s /usr/bin && \
30+ curl -L https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash && \
3031 chmod +x /usr/bin/gotty && chmod 500 /usr/bin/nohup && \
3132 DEBIAN_FRONTEND=noninteractive apt-get --purge remove -y git && \
3233 DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && \
You can’t perform that action at this time.
0 commit comments