Skip to content

Commit

Permalink
chore: install krb5-workstation on image
Browse files Browse the repository at this point in the history
Signed-off-by: Yftach Herzog <[email protected]>
  • Loading branch information
yftacherzog committed Dec 27, 2023
1 parent 56931c2 commit b89d80d
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 @@ -18,6 +18,7 @@ ADD . /tmp/src
ADD --chown=root:root --chmod=644 data/ca-trust/* /etc/pki/ca-trust/source/anchors
RUN /usr/bin/fix-permissions /tmp/src \
&& /usr/bin/update-ca-trust
RUN yum install -y krb5-workstation
USER 1001

RUN \
Expand Down

0 comments on commit b89d80d

Please sign in to comment.