Commit 464d6b2d authored by nimrod's avatar nimrod
Browse files

fixup! No more go get.

parent ef7f4d97
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -242,9 +242,9 @@ RUN apt-get update && \
    mkdir /usr/local/share/bfg && \
    wget 'https://search.maven.org/remote_content?g=com.madgag&a=bfg&v=LATEST' -qO /usr/local/share/bfg/bfg.jar && \
    curl --silent --location --fail --show-error "https://github.com/genuinetools/reg/releases/download/v0.16.1/reg-$(go env GOOS)-$(go env GOARCH)" --output /tmp/reg && \
    install -o root -g root -m 0755 /usr/local/bin/reg /tmp/reg && \
    install -o root -g root -m 0755 /tmp/reg /usr/local/bin/reg && \
    curl --silent --location --fail --show-error "https://github.com/rancher/rke/releases/download/v1.3.8/rke_$(go env GOOS)-$(go env GOARCH)" --output /tmp/rke && \
    install -o root -g root -m 0755 /usr/local/bin/rke /tmp/rke && \
    install -o root -g root -m 0755 /tmp/rke /usr/local/bin/rke && \
    _PIPENV_COMPLETE=bash_source pipenv > /etc/bash_completion.d/pipenv && \
    rabbitmqadmin --bash-completion  > /etc/bash_completion.d/rabbitmqadmin && \
    poetry completions bash > /etc/bash_completion.d/poetry && \