Skip to content

Commit 93b9f4b

Browse files
authored
Merge pull request #140 from mythi/ocp-ita
images: rhel-ubi: enable intel-trust-authority-as
2 parents 5eb5c0f + 972b305 commit 93b9f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kbs/docker/rhel-ubi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dnf -y --setopt=install_weak_deps=0 install \
2727
# Build.
2828
WORKDIR /usr/src/kbs
2929
COPY . .
30-
ARG KBS_FEATURES=coco-as-builtin
30+
ARG KBS_FEATURES=coco-as-builtin,intel-trust-authority-as
3131
RUN \
3232
# Build sgx_dcap_quoteverify stub.
3333
pushd sgx_dcap_quoteverify_stubs && \

0 commit comments

Comments
 (0)