We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4485761 + dfb7beb commit 4980410Copy full SHA for 4980410
kbs/docker/rhel-ubi/Dockerfile
@@ -39,7 +39,7 @@ ENV OPENSSL_NO_VENDOR=1
39
# export OPENSSL_NO_VENDOR=1; \
40
# fi && \
41
RUN ARCH=$(uname -m) && \
42
-pushd kbs && make AS_FEATURE=coco-as-builtin ALIYUN=${ALIYUN} ARCH=${ARCH} && make ARCH=${ARCH} install-kbs && popd
+pushd kbs && make AS_FEATURE=${KBS_FEATURES} ALIYUN=${ALIYUN} ARCH=${ARCH} && make ARCH=${ARCH} install-kbs && popd
43
44
45
# Check the sha256sum of the Intel provided RPMs on x86_64.
0 commit comments