Skip to content

Commit 4af7a66

Browse files
Remove bash completion setup from Dockerfile
Removed bash completion setup from .bashrc.
1 parent 63508ba commit 4af7a66

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docker/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,5 @@ RUN set -eux; \
6464
WORKDIR /home/ansible
6565
USER ansible:ansible
6666

67-
RUN printf '%s\n' \
68-
'' \
69-
'if [ -f /etc/bash_completion ]; then' \
70-
' . /etc/bash_completion' \
71-
'fi' \
72-
>> ~/.bashrc
73-
7467
ENTRYPOINT []
7568
CMD ["ansible", "--help"]

0 commit comments

Comments
 (0)