Upversion OPAE SDK to 1.3.7-5

Updated the libraries required in the docker image for N3000 FPGA tools

Story: 2008965
Task: 42687
Depends-On: https://review.opendev.org/c/starlingx/tools/+/798013

Change-Id: I99a9026ea87fe4ebd1be3b00c05d679004198037
Signed-off-by: Teresa Ho <teresa.ho@windriver.com>
This commit is contained in:
Teresa Ho 2021-06-24 11:11:20 -04:00
parent 8e84309624
commit 7c06f48a44
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,11 @@ ARG BASE
FROM ${BASE}
RUN yum install -y \
pciutils which hwloc-libs libuuid-devel \
sysvinit-tools epel-release opae opae.admin && \
sysvinit-tools epel-release \
opae.admin \
opae-devel \
opae-tools \
opae-tools-extra && \
yum install -y python-pip && \
yum clean all && \
rm -rf /var/cache/yum