Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -161,7 +161,6 @@ RUN apt-get update && \ ln -s /usr/local/share/brew/bin/brew /usr/local/bin/brew && \ brew install --force-bottle \ kompose \ kustomize \ && \ brew cleanup --prune=all -s && \ ln --symbolic --target /etc/bash_completion.d/ /usr/local/etc/bash_completion.d/* && \ Loading Loading @@ -234,6 +233,7 @@ RUN apt-get update && \ { go get github.com/keybase/client/go/keybase || true; } && \ { go install -tags production github.com/keybase/client/go/keybase || true; } && \ { go get github.com/keybase/client/go/kbfs/kbfsfuse || true; } && \ go get sigs.k8s.io/kustomize/kustomize/v3 && \ go get github.com/rancher/rke && \ go get github.com/genuinetools/reg@v0.16.1 && \ export GO111MODULE=on && \ Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -161,7 +161,6 @@ RUN apt-get update && \ ln -s /usr/local/share/brew/bin/brew /usr/local/bin/brew && \ brew install --force-bottle \ kompose \ kustomize \ && \ brew cleanup --prune=all -s && \ ln --symbolic --target /etc/bash_completion.d/ /usr/local/etc/bash_completion.d/* && \ Loading Loading @@ -234,6 +233,7 @@ RUN apt-get update && \ { go get github.com/keybase/client/go/keybase || true; } && \ { go install -tags production github.com/keybase/client/go/keybase || true; } && \ { go get github.com/keybase/client/go/kbfs/kbfsfuse || true; } && \ go get sigs.k8s.io/kustomize/kustomize/v3 && \ go get github.com/rancher/rke && \ go get github.com/genuinetools/reg@v0.16.1 && \ export GO111MODULE=on && \ Loading