Skip to content

Commit

Permalink
Further explain why
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Sep 4, 2023
1 parent 2d3ae09 commit 325228b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ RUN apt update \
# /usr/bin/sum is provided by busybox
&& rm /usr/bin/sum

# Add missing file from ipmitool
# Add missing file from ipmitool debian packaging
# see https://github.com/ipmitool/ipmitool/issues/377
# see https://groups.google.com/g/linux.debian.bugs.dist/c/ukUAcfnm280
ADD https://www.iana.org/assignments/enterprise-numbers.txt /usr/share/misc/enterprise-numbers.txt

COPY --from=builder /work/bin/metal-bmc /
Expand Down

0 comments on commit 325228b

Please sign in to comment.