Commit 09188fc2 authored by nimrod's avatar nimrod
Browse files

Install Skaffold from Google's repository.

Requires their package from kubectl. Another Homebrew item removed.
parent 5af10e4c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ RUN apt-get update && \
        gnupg \
        golang \
        gomplate \
        google-cloud-cli-skaffold \
        google-cloud-sdk \
        go-md2man \
        gpgv \
@@ -81,7 +82,7 @@ RUN apt-get update && \
        keyutils \
        kops \
        krb5-config \
        kubernetes-client \
        kubectl \
        ldap-utils \
        less \
        libcairo2-dev \
@@ -162,7 +163,6 @@ RUN apt-get update && \
        kompose \
        kustomize \
        rke \
        skaffold \
    && \
    brew cleanup --prune=all -s && \
    ln --symbolic --target /etc/bash_completion.d/ /usr/local/etc/bash_completion.d/* && \