We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82294b4 + ac49b07 commit fcaa07dCopy full SHA for fcaa07d
images/installer/Dockerfile.upi.ci
@@ -81,6 +81,12 @@ RUN mkdir /output && HOME=/output && \
81
ibmcloud plugin install cloud-dns-services -f && \
82
ibmcloud plugin install cloud-internet-services -f && \
83
ibmcloud plugin install key-protect -f && \
84
+ ibmcloud plugin install infrastructure-service -f && \
85
+ ibmcloud plugin install power-iaas -f && \
86
+ ibmcloud plugin install cloud-object-storage -f && \
87
+ ibmcloud plugin install dl-cli -f && \
88
+ ibmcloud plugin install dns -f && \
89
+ ibmcloud plugin install tg-cli -f && \
90
cp /usr/local/bin/ibmcloud /bin/ibmcloud && \
91
rm -f $HOME/.curlrc && \
92
ibmcloud version && \
0 commit comments