Skip to content

Commit de529da

Browse files
committed
demo: opae-nlb-demo: restore Clear Linux workaround
Signed-off-by: Mikko Ylinen <[email protected]>
1 parent c8ed2bb commit de529da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

demo/opae-nlb-demo/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION} && \
1717
# Fetch dependencies and source code
1818
ARG OPAE_RELEASE=1.4.0-1
1919

20+
# workaround for a swupd failure discussed in https://github.com/clearlinux/distribution/issues/831
21+
RUN ldconfig
2022
RUN mkdir -p /usr/src/opae && \
2123
cd /usr/src/opae && \
2224
wget https://github.com/OPAE/opae-sdk/archive/${OPAE_RELEASE}.tar.gz && \

0 commit comments

Comments
 (0)