Skip to content

Commit

Permalink
Working version
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Zaniewski committed Jan 23, 2020
1 parent d81bcde commit 23c4578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RUN echo "deb https://apt.kubernetes.io/ kubernetes-xenial main" | tee -a /etc/a
RUN apt-get update && apt-get install -y kubectl

# Configure auto-complete for bash
#RUN echo "source <(kubectl completion bash)" >> ~/.bashrcource <(kubectl completion bash) # setup autocomplete in bash into the current shell, bash-completion package should be installed first. \
# source ~/.bashrc # add autocomplete permanently to your bash shell.
RUN /bin/bash echo "source <(kubectl completion bash)" >> ~/.bashrcource <(kubectl completion bash) # setup autocomplete in bash into the current shell, bash-completion package should be installed first. \
/bin/bash source ~/.bashrc # add autocomplete permanently to your bash shell.

ENV SHELL /usr/bin/bash

Expand Down

0 comments on commit 23c4578

Please sign in to comment.