Skip to content

Commit

Permalink
Adds kyml to docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Diniz <arthurbdiniz@gmail.com>
  • Loading branch information
arthurbdiniz committed Jan 26, 2021
1 parent 1ffa63a commit 23cdd2c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,8 @@ RUN curl -LO https://github.com/vmware-tanzu/velero/releases/download/v1.5.3/vel

# Argo CD
RUN curl --silent --location -o /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/download/v1.8.2/argocd-linux-amd64 && \
chmod +x /usr/local/bin/argocd
chmod +x /usr/local/bin/argocd

# kyml
RUN curl --silent --location -o /usr/local/bin/kyml https://github.com/frigus02/kyml/releases/download/v20190906/kyml_20190906_linux_amd64 && \
chmod +x /usr/local/bin/kyml

0 comments on commit 23cdd2c

Please sign in to comment.