Commit 1aba0252 authored by nimrod's avatar nimrod
Browse files

Workbench: Add DevPod.

parent 596c33d2
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -267,6 +267,7 @@ RUN export GOPATH=/usr/local/lib/go && \
    go install github.com/hashicorp/envconsul@latest && \
    go install github.com/kaorimatz/mysqldump-loader@v0.4.1 && \
    go install github.com/kvz/json2hcl@latest && \
    go install github.com/loft-sh/devpod@latest && \
    go install github.com/lucagrulla/cw@latest && \
    go install github.com/nektos/act@latest && \
    go install github.com/nishanths/license/v5@latest && \
@@ -300,6 +301,7 @@ RUN _PIPENV_COMPLETE=bash_source pipenv > /etc/bash_completion.d/pipenv && \
    kompose completion bash > /etc/bash_completion.d/kompose && \
    skaffold completion bash > /etc/bash_completion.d/skaffold && \
    kustomize completion bash > /etc/bash_completion.d/kustomize && \
    devpod completion bash > /etc/bash_completion.d/devpod && \
    wget https://raw.githubusercontent.com/docker/compose/1.29.2/contrib/completion/bash/docker-compose -qO /etc/bash_completion.d/docker-compose && \
    wget https://raw.githubusercontent.com/ansible-community/molecule/1.25.1/asset/bash_completion/molecule.bash-completion.sh -qO /etc/bash_completion.d/molecule && \
    wget https://github.com/mrolli/packer-bash-completion/raw/master/packer -qO /etc/bash_completion.d/packer && \