Skip to content

Commit cf5a72c

Browse files
Andrew FarriesSimon Emms
Andrew Farries
authored and
Simon Emms
committed
Run sudo bash when installing kots.
The kots install script now requires this.
1 parent eea2df7 commit cf5a72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: dev/image/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ RUN curl -fsSLO https://github.com/brancz/gojsontoyaml/releases/download/v${GOJS
246246

247247
# Install Replicated and KOTS
248248
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 && \
249+
curl https://kots.io/install | sudo bash && \
250250
bash -c "echo . \<\(kubectl kots completion bash\) >> ~/.bashrc"
251251

252252
# Copy our own tools

0 commit comments

Comments
 (0)