Skip to content

Commit 37b37ab

Browse files
committed
Added ipmitool to image
1 parent 4973efe commit 37b37ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ RUN wget -q -O - http://linux.dell.com/repo/hardware/dsu/bootstrap.cgi | bash
3636
# Let's "install all", however we can select specific components instead
3737
RUN yum -y update \
3838
&& yum -y install \
39-
srvadmin-all dell-system-update \
39+
srvadmin-all \
40+
dell-system-update \
41+
ipmitool \
4042
&& yum clean all
4143

4244
# Replace weak Diffie-Hellman ciphers with Elliptic-Curve Diffie-Hellman

0 commit comments

Comments
 (0)