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.
2 parents 5eb5c0f + 972b305 commit 93b9f4bCopy full SHA for 93b9f4b
kbs/docker/rhel-ubi/Dockerfile
@@ -27,7 +27,7 @@ dnf -y --setopt=install_weak_deps=0 install \
27
# Build.
28
WORKDIR /usr/src/kbs
29
COPY . .
30
-ARG KBS_FEATURES=coco-as-builtin
+ARG KBS_FEATURES=coco-as-builtin,intel-trust-authority-as
31
RUN \
32
# Build sgx_dcap_quoteverify stub.
33
pushd sgx_dcap_quoteverify_stubs && \
0 commit comments