We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sudo bash
kots
1 parent eea2df7 commit cf5a72cCopy full SHA for cf5a72c
dev/image/Dockerfile
@@ -246,7 +246,7 @@ RUN curl -fsSLO https://github.com/brancz/gojsontoyaml/releases/download/v${GOJS
246
247
# Install Replicated and KOTS
248
RUN curl https://raw.githubusercontent.com/replicatedhq/replicated/$(curl -s https://api.github.com/repos/replicatedhq/replicated/releases/latest | jq -r '.name')/install.sh | sudo bash && \
249
- curl https://kots.io/install | bash && \
+ curl https://kots.io/install | sudo bash && \
250
bash -c "echo . \<\(kubectl kots completion bash\) >> ~/.bashrc"
251
252
# Copy our own tools
0 commit comments