Loading Dockerfile +2 −1 Original line number Diff line number Diff line Loading @@ -153,8 +153,9 @@ RUN apt-get update && \ skaffold \ terragrunt \ && \ ln --symbolic --target /etc/bash_completion.d/ /usr/local/etc/bash_completion.d/* /usr/local/opt/helm@2/etc/bash_completion.d/* && \ ln --symbolic --target /usr/local/bin/ /usr/local/opt/helm@2/bin/* && \ brew cleanup --prune=all -s && \ find /usr/local/etc/bash_completion.d/ -find f exec ln --symbolic --target /etc/bash_completion.d/ '{}' \; && \ python3 -m pip install --use-deprecated=legacy-resolver \ ansible \ ansible-runner \ Loading Loading
Dockerfile +2 −1 Original line number Diff line number Diff line Loading @@ -153,8 +153,9 @@ RUN apt-get update && \ skaffold \ terragrunt \ && \ ln --symbolic --target /etc/bash_completion.d/ /usr/local/etc/bash_completion.d/* /usr/local/opt/helm@2/etc/bash_completion.d/* && \ ln --symbolic --target /usr/local/bin/ /usr/local/opt/helm@2/bin/* && \ brew cleanup --prune=all -s && \ find /usr/local/etc/bash_completion.d/ -find f exec ln --symbolic --target /etc/bash_completion.d/ '{}' \; && \ python3 -m pip install --use-deprecated=legacy-resolver \ ansible \ ansible-runner \ Loading