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 68cc3f2 commit 25684baCopy full SHA for 25684ba
Dockerfile
@@ -12,7 +12,8 @@ ENV DSU_VERSION="DSU_18.06.00" \
12
RUN yum -y update && \
13
yum -y install sysvinit-tools wget perl passwd gcc which tar libstdc++.so.6 compat-libstdc++-33.i686 glibc.i686 && \
14
echo "$USER:$PASS" | chpasswd && \
15
- wget -q -O - "http://linux.dell.com/repo/hardware/${DSU_VERSION}/bootstrap.cgi" | bash && \
+ wget -q -O - "https://linux.dell.com/repo/hardware/${DSU_VERSION}/bootstrap.cgi" | bash && \
16
+ rpm --import "https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc" && \
17
yum -y install srvadmin-base srvadmin-storageservices && \
18
yum clean all
19
0 commit comments