Hi All,
we deployed MAS 9 on Azure cloud successfully. Now we are in stage to do deploy the customization folder into MAS 9 through Suite Administration. please refer the below image.

but it is not completing successfully. we following the IBM suggested policy to create folder strucutre.
getting below error in one of our pods.
RUN openssl pkcs12 -in trust.p12 -out combined.pem -cacerts -nokeys -password pass:$(cat truststorePassword) && { test -s combined.pem && wget --ca-certificate=combined.pem $configfile https://<azure shared file URL here> -O customization.zip || wget $configfile https://<azure shared file URL here> -O customization.zip ; } && unzip -o customization.zip && rm customization.zip && rm combined.pem
/bin/sh: -O: command not found
1500/bin/sh: -O: command not found
1501error: build error: building at STEP "RUN openssl pkcs12 -in trust.p12 -out combined.pem -cacerts -nokeys -password pass:$(cat truststorePassword) && { test -s combined.pem && wget --ca-certificate=combined.pem $configfile https://<azure shared file URL here> -O customization.zip || wget $configfilehttps://<azure shared file URL here> -O customization.zip ; } && unzip -o customization.zip && rm customization.zip && rm combined.pem": while running runtime: exit status 127
FYI: the <azure shared file> file "applications.zip" is stored in Azure Storage accounts and in public access
any inputs are appreciated. Let us know is there any other way / document to deploy custom folders into the cluster node.
------------------------------
Karthik Krishnamurthy
------------------------------