chore(docker): update docker file to include completion

pull/18/head
kevin zhuang 4 years ago
parent 1b86c05860
commit c983e916fe

@ -3,6 +3,6 @@ RUN apk add --no-cache git
RUN apk add --no-cache vim
RUN apk add --no-cache fzf
ADD ./ /root/dotbare
RUN echo "PATH=$PATH:$HOME/dotbare" >> "$HOME"/.bashrc
RUN echo "source /root/dotbare/dotbare.plugin.bash" >> "$HOME"/.bashrc
WORKDIR /root
ENTRYPOINT ["bash"]

Loading…
Cancel
Save