We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dedc337 commit c44b1b7Copy full SHA for c44b1b7
Dockerfile
@@ -21,12 +21,12 @@ RUN \
21
git && \
22
git clone --depth 1 https://github.com/Bash-it/bash-it.git /root/.bash_it && \
23
/root/.bash_it/install.sh --silent && \
24
- rm -rf /root/.bash_it/.git && \
25
git clone --depth 1 https://github.com/sstephenson/bats.git /tmp/bats && \
26
/tmp/bats/install.sh /usr/local && \
27
echo -e "\n\n# Load bash-completion\n" >> /root/.bashrc && \
28
echo "[ -f /usr/share/bash-completion/bash_completion ] && source /usr/share/bash-completion/bash_completion" \
29
>> /root/.bashrc && \
+ echo "unalias grep" >> /root/.bashrc && \
30
sed -i -e "s/bin\/ash/bin\/bash/" /etc/passwd # && \
31
apk del git && \
32
rm -rf /tmp/*
0 commit comments