Skip to content

Commit 4980410

Browse files
authored
Merge pull request #157 from mythi/ocp-ita2
images: rhel-ubi: fix intel-trust-authority-as feature
2 parents 4485761 + dfb7beb commit 4980410

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
@@ -39,7 +39,7 @@ ENV OPENSSL_NO_VENDOR=1
3939
# export OPENSSL_NO_VENDOR=1; \
4040
# fi && \
4141
RUN ARCH=$(uname -m) && \
42-
pushd kbs && make AS_FEATURE=coco-as-builtin ALIYUN=${ALIYUN} ARCH=${ARCH} && make ARCH=${ARCH} install-kbs && popd
42+
pushd kbs && make AS_FEATURE=${KBS_FEATURES} ALIYUN=${ALIYUN} ARCH=${ARCH} && make ARCH=${ARCH} install-kbs && popd
4343

4444

4545
# Check the sha256sum of the Intel provided RPMs on x86_64.

0 commit comments

Comments
 (0)