Skip to content

Commit

Permalink
Install "new" Dell repo key
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
galexrt committed Jun 25, 2018
1 parent 68cc3f2 commit 25684ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ ENV DSU_VERSION="DSU_18.06.00" \
RUN yum -y update && \
yum -y install sysvinit-tools wget perl passwd gcc which tar libstdc++.so.6 compat-libstdc++-33.i686 glibc.i686 && \
echo "$USER:$PASS" | chpasswd && \
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 && \
rpm --import "https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc" && \
yum -y install srvadmin-base srvadmin-storageservices && \
yum clean all

Expand Down

0 comments on commit 25684ba

Please sign in to comment.