Skip to content

Commit

Permalink
ss
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Emms committed Mar 2, 2022
1 parent c569ff3 commit f4d55df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dev/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,8 @@ RUN curl -LO https://github.com/brancz/gojsontoyaml/releases/download/v${GOJSONT
sudo mv gojsontoyaml /usr/local/bin/gojsontoyaml

# Install Replicated and KOTS
RUN curl -o install.sh -sSL https://raw.githubusercontent.com/replicatedhq/replicated/master/install.sh && \
sudo bash ./install.sh && \
curl https://kots.io/install | bash
RUN curl https://raw.githubusercontent.com/replicatedhq/replicated/v0.38.0/install.sh | sudo bash && \
curl https://kots.io/install/1.65.0 | bash

# Copy our own tools
COPY dev-kubecdl--app/kubecdl dev-gpctl--app/gpctl /usr/bin/

0 comments on commit f4d55df

Please sign in to comment.