Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Reed committed Jun 1, 2020
1 parent 789ec23 commit 336d9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotsadm/api/deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN curl -L "https://github.com/kubernetes-sigs/kustomize/releases/download/kust
mv kustomize "/usr/local/bin/kustomize3.5.4"

# Install kots.so
RUN curl -L "https://github.com/replicatedhq/kots/releases/download/v1.16.0-beta.2/kots.so_linux_amd64.tar.gz" > /tmp/kots.tar.gz \
RUN curl -L "https://github.com/replicatedhq/kots/releases/download/v1.16.0-beta.2/kots.so_linux_amd64.tar.gz" > /tmp/kots.tar.gz && \
cd /tmp && tar xzvf kots.tar.gz && \
mv /tmp/kots.so /lib/kots.so && \
rm -rf /tmp/*
Expand Down

0 comments on commit 336d9d1

Please sign in to comment.