Skip to content

Commit

Permalink
Merge pull request #316 from yftacherzog/install-helm
Browse files Browse the repository at this point in the history
chore(KFLUXVNGD-193): add helm to dockerfile
  • Loading branch information
yftacherzog authored Feb 11, 2025
2 parents 80a4f30 + b8b2785 commit 49c4016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ADD --chown=root:root --chmod=644 data/ca-trust/* /etc/pki/ca-trust/source/ancho
RUN /usr/bin/fix-permissions /tmp/src \
&& /usr/bin/update-ca-trust
RUN yum install -y krb5-workstation skopeo
RUN curl -L https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
COPY data/kerberos/krb5.conf /etc

USER 1001
Expand Down

0 comments on commit 49c4016

Please sign in to comment.