Commit 24bc4299 authored by nimrod's avatar nimrod
Browse files

Better handling of Homebrew caveats.

- Nicer symlink creation for Bash completion.
- Symlinks for Helm2 binaries so they'll be in the PATH.
parent 386fcd4a
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 \