diff --git a/images/virt-launcher/werf.inc.yaml b/images/virt-launcher/werf.inc.yaml index 6fd7682d7c..6c363912f4 100644 --- a/images/virt-launcher/werf.inc.yaml +++ b/images/virt-launcher/werf.inc.yaml @@ -214,7 +214,7 @@ shell: install: # Build libcrypto.so.3 and libssl.so.3. - cd /tmp/openssl - - ./Configure + - ./config no-docs - make && make install --- image: {{ $.ImageName }}-pcre-builder