We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ed2bb commit de529daCopy full SHA for de529da
demo/opae-nlb-demo/Dockerfile
@@ -17,6 +17,8 @@ RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION} && \
17
# Fetch dependencies and source code
18
ARG OPAE_RELEASE=1.4.0-1
19
20
+# workaround for a swupd failure discussed in https://github.com/clearlinux/distribution/issues/831
21
+RUN ldconfig
22
RUN mkdir -p /usr/src/opae && \
23
cd /usr/src/opae && \
24
wget https://github.com/OPAE/opae-sdk/archive/${OPAE_RELEASE}.tar.gz && \
0 commit comments