Merge pull request #246 from bart0sh/PR0069-fix-opae-nlb-demo-build

Fix opae-demo-nlb build
This commit is contained in:
Dmitry Rozhkov 2020-01-15 11:04:48 +02:00 committed by GitHub
commit 857af6e2a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ FROM ${CLEAR_LINUX_BASE} as builder
ARG CLEAR_LINUX_VERSION= ARG CLEAR_LINUX_VERSION=
RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION} && \ RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION} && \
swupd bundle-add wget c-basic devpkg-json-c devpkg-util-linux devpkg-hwloc doxygen Sphinx patch swupd bundle-add wget c-basic devpkg-json-c devpkg-util-linux devpkg-hwloc doxygen patch
# Fetch dependencies and source code # Fetch dependencies and source code
ARG OPAE_RElEASE=1.3.2-1 ARG OPAE_RElEASE=1.3.2-1