We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4973efe commit 37b37abCopy full SHA for 37b37ab
Dockerfile
@@ -36,7 +36,9 @@ RUN wget -q -O - http://linux.dell.com/repo/hardware/dsu/bootstrap.cgi | bash
36
# Let's "install all", however we can select specific components instead
37
RUN yum -y update \
38
&& yum -y install \
39
- srvadmin-all dell-system-update \
+ srvadmin-all \
40
+ dell-system-update \
41
+ ipmitool \
42
&& yum clean all
43
44
# Replace weak Diffie-Hellman ciphers with Elliptic-Curve Diffie-Hellman
0 commit comments