Skip to content

Commit

Permalink
fix: actually add kubectl to the Dockerfile.mitodl which we use
Browse files Browse the repository at this point in the history
  • Loading branch information
feoh committed Oct 4, 2024
1 parent 5ca8e1d commit 10be911
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile.mitol_provision
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ COPY lib/* /opt/resource/lib/
COPY --from=infra /usr/local/ /usr/local/

CMD ["/bin/sh"]

RUN /usr/bin/curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl \
&& chmod +x ./kubectl \
&& mv ./kubectl /usr/local/bin/kubectl

0 comments on commit 10be911

Please sign in to comment.