Commit 7e10d312 authored by nimrod's avatar nimrod
Browse files

In case brew cleanup prunes the symlinks.

parent 24bc4299
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -153,9 +153,9 @@ RUN apt-get update && \
        skaffold \
        terragrunt \
    && \
    brew cleanup --prune=all -s && \
    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 && \
    python3 -m pip install --use-deprecated=legacy-resolver \
        ansible \
        ansible-runner \