Skip to content

Commit

Permalink
fix: auto complet
Browse files Browse the repository at this point in the history
  • Loading branch information
batleforc committed Dec 17, 2024
1 parent 30adc81 commit f981c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion che-min/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV HOME=/home/tooling

# Add auto-completion

RUN apt-get update && apt-get install -y bash-completion && echo "source /etc/profile.d/bash_completion.sh" >> ${HOME}/.bashrc
RUN apt-get update && apt-get install -y bash-completion && mkdir -p /home/tooling/ && echo "source /etc/profile.d/bash_completion.sh" >> ${HOME}/.bashrc

## Install Kubectl
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/${KUBE_VERSION}/bin/linux/amd64/kubectl && \
Expand Down

0 comments on commit f981c14

Please sign in to comment.