Skip to content

Commit

Permalink
[fix] add libxcrypt pkg (#133)
Browse files Browse the repository at this point in the history
# Description

Fixes missing libcrypt.so.2 library for chef-client 19.6.2

## Issues Resolved

chef/chef#14760

## Type of Change

Our release process assumes you are using [Conventional Commit
messages](https://www.conventionalcommits.org/en/v1.0.0/).

The most important prefixes you should have in mind are:

- `_fix_`: which represents bug fixes, and correlates to a SemVer patch.
- `_feat_`: which represents a new feature, and correlates to a SemVer
minor.
- `_feat!_`:, or `fix!:`, `refactor!:`, etc., which represent a breaking
change (indicated by the !) and will result in a major version change.

If you have not included a conventional commit message this can be fixed
on merge.

## Check List

- [ ] New functionality includes tests
- [ ] All tests pass
- [ ] Commit message includes a [Conventional Commit
Message](https://www.conventionalcommits.org/en/v1.0.0)

Signed-off-by: Corey Hemminger <[email protected]>
  • Loading branch information
Stromweld authored Dec 18, 2024
1 parent 6f421aa commit f46fc2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions almalinux-9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN dnf -y install \
vim-minimal \
time \
wget \
libxcrypt \
libxcrypt-compat \
which && \
dnf upgrade -y && \
Expand Down

0 comments on commit f46fc2e

Please sign in to comment.