Skip to content

Commit 25684ba

Browse files
committed
Install "new" Dell repo key
See https://www.mail-archive.com/search?l=linux-poweredge@dell.com&q=subject:%22%22&o=newest&f=1 for more information. Signed-off-by: Alexander Trost <galexrt@googlemail.com>
1 parent 68cc3f2 commit 25684ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ ENV DSU_VERSION="DSU_18.06.00" \
1212
RUN yum -y update && \
1313
yum -y install sysvinit-tools wget perl passwd gcc which tar libstdc++.so.6 compat-libstdc++-33.i686 glibc.i686 && \
1414
echo "$USER:$PASS" | chpasswd && \
15-
wget -q -O - "http://linux.dell.com/repo/hardware/${DSU_VERSION}/bootstrap.cgi" | bash && \
15+
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" && \
1617
yum -y install srvadmin-base srvadmin-storageservices && \
1718
yum clean all
1819

0 commit comments

Comments
 (0)