Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,6 @@ RUN apt-get update && \ brew install --force-bottle \ kompose \ kustomize \ rke \ && \ brew cleanup --prune=all -s && \ ln --symbolic --target /etc/bash_completion.d/ /usr/local/etc/bash_completion.d/* && \ Loading Loading @@ -235,6 +234,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 github.com/rancher/rke && \ export GO111MODULE=on && \ go install github.com/giantswarm/semver-bump@latest && \ go install github.com/nishanths/license/v5@latest && \ Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,6 @@ RUN apt-get update && \ brew install --force-bottle \ kompose \ kustomize \ rke \ && \ brew cleanup --prune=all -s && \ ln --symbolic --target /etc/bash_completion.d/ /usr/local/etc/bash_completion.d/* && \ Loading Loading @@ -235,6 +234,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 github.com/rancher/rke && \ export GO111MODULE=on && \ go install github.com/giantswarm/semver-bump@latest && \ go install github.com/nishanths/license/v5@latest && \ Loading