Skip to content
Snippets Groups Projects
Commit f6d0aacb authored by nimrod's avatar nimrod
Browse files

Add host-spawn.

parent f8baa190
No related branches found
No related tags found
No related merge requests found
Pipeline #2984 waiting for manual action
......@@ -264,6 +264,7 @@ RUN apt-get update && \
go install github.com/kvz/json2hcl@latest && \
go install github.com/hashicorp/envconsul@latest && \
go install sigs.k8s.io/kustomize/kustomize/v4@latest && \
go install github.com/1player/host-spawn@latest && \
wget https://raw.githubusercontent.com/rabbitmq/rabbitmq-server/v3.8.16/deps/rabbitmq_management/bin/rabbitmqadmin -qO /usr/local/bin/rabbitmqadmin && \
chmod +x /usr/local/bin/rabbitmqadmin && \
mkdir /usr/local/share/bfg && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment