Commit 014834c8 authored by nimrod's avatar nimrod
Browse files

Workaround a bug in Cloudposse packages.

They do the right for managing the different versions by using Debian's
alternative mechanism, but the directory permissions are wrong. I need
to file a bug.
parent bc24739a
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -149,6 +149,7 @@ RUN apt-get update && \
        w3m-img \
        whois \
    && \
    chmod 755 /usr/share/helm/latest/bin/ /usr/share/helm/2/bin /usr/share/kops/latest/bin/ && \
    sed -i 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/; s/# en_IL UTF-8/en_IL UTF-8/; s/# he_IL.UTF-8 UTF-8/he_IL.UTF-8 UTF-8/;' /etc/locale.gen && \
    locale-gen && \
    git clone https://github.com/Homebrew/brew /usr/local/share/brew && \