Skip to content

Commit

Permalink
Merge pull request #79 from emqx/chore-install-missing-lib-in-el9
Browse files Browse the repository at this point in the history
chore: install krb5-devel in el9
  • Loading branch information
id authored Mar 15, 2023
2 parents 50b054f + 30592e1 commit f111aca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions el9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN dnf -y install \

RUN dnf -y install \
krb5-workstation \
krb5-devel \
cyrus-sasl-devel \
cyrus-sasl \
cyrus-sasl-gssapi
Expand Down

0 comments on commit f111aca

Please sign in to comment.