Commit 22b2df82 authored by nimrod's avatar nimrod
Browse files

Remove some uneeded stuff.

parent d37240c8
Loading
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -78,7 +78,6 @@ RUN apt-get update && \
        go-md2man \
        gpgv \
        helm \
        'helm2=2.16.10' \
        heroku \
        hugo \
        hunspell \
@@ -149,7 +148,6 @@ RUN apt-get update && \
        task-ssh-server \
        telnet \
        terraform \
        terragrunt \
        time \
        tmux \
        tnftp \
@@ -176,7 +174,6 @@ RUN apt-get update && \
        kustomize \
        rke \
        skaffold \
        tfenv \
    && \
    brew cleanup --prune=all -s && \
    ln --symbolic --target /etc/bash_completion.d/ /usr/local/etc/bash_completion.d/* && \
@@ -261,9 +258,6 @@ RUN apt-get update && \
    chmod +x /usr/local/bin/rabbitmqadmin && \
    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 && \
    for i in 0.12 0.13 0.14 0.15 1.0; do tfenv install "latest:^$i"; done && \
    tfenv install latest && \
    tfenv use latest && \
    _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 && \