File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ RUN pip3 install --break-system-packages azure-cli
3434RUN curl -fsSL https://clis.cloud.ibm.com/install/linux | sh && \
3535 ibmcloud plugin install container-service -f && \
3636 ibmcloud plugin install container-registry -f && \
37- ibmcloud plugin install observe-service -f && \
3837 ibmcloud plugin install vpc-infrastructure -f && \
3938 ibmcloud config --check-version=false && \
4039 chmod -R g=u ${HOME}
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ USER root
3838RUN curl -fsSL https://clis.cloud.ibm.com/install/linux | sh && \
3939 ibmcloud plugin install container-service -f && \
4040 ibmcloud plugin install container-registry -f && \
41- ibmcloud plugin install observe-service -f && \
4241 ibmcloud plugin install vpc-infrastructure -f && \
4342 ibmcloud config --check-version=false && \
4443 chown -R devops ${HOME}/.bluemix && \
You can’t perform that action at this time.
0 commit comments