Skip to content

Commit

Permalink
Fixes ipmitool init error Failed to initialize the OEM info dictionary
Browse files Browse the repository at this point in the history
ipmitool/ipmitool#377

 Please enter the commit message for your changes. Lines starting
  • Loading branch information
joelrebel committed Feb 15, 2024
1 parent c1aa245 commit 914dcc1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@ RUN apk add --update --upgrade --no-cache --virtual build-deps \
&& git clone -b master ${IPMITOOL_REPO}

WORKDIR /tmp/ipmitool

#
# cherry-pick'ed 1edb0e27e44196d1ebe449aba0b9be22d376bcb6
# to fix https://github.com/ipmitool/ipmitool/issues/377
#
RUN git checkout ${IPMITOOL_COMMIT} \
&& git config --global user.email "github.ci@doesnot.existorg" \
&& git cherry-pick 1edb0e27e44196d1ebe449aba0b9be22d376bcb6 \
&& ./bootstrap \
&& ./configure \
--prefix=/usr/local \
Expand Down

0 comments on commit 914dcc1

Please # to comment.