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:
parent
8e84309624
commit
7c06f48a44
@ -2,7 +2,11 @@ ARG BASE
|
|||||||
FROM ${BASE}
|
FROM ${BASE}
|
||||||
RUN yum install -y \
|
RUN yum install -y \
|
||||||
pciutils which hwloc-libs libuuid-devel \
|
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 install -y python-pip && \
|
||||||
yum clean all && \
|
yum clean all && \
|
||||||
rm -rf /var/cache/yum
|
rm -rf /var/cache/yum
|
||||||
|
Loading…
Reference in New Issue
Block a user