Skip to content

Commit

Permalink
fix autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Jul 15, 2022
1 parent 41f0961 commit 5836e5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ RUN apt-get update && \
rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/ && \
mkdir /data && \
chown 65532:65532 /data && \
bash -c "/bin/gravity completion bash > /etc/bash_completion.d/gravity"
/bin/gravity completion bash > /etc/bash_completion.d/gravity && \
echo ". /etc/bash_completion" >> /etc/bash.bashrc

USER 65532:65532

Expand Down

0 comments on commit 5836e5b

Please sign in to comment.