File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ RUN curl -fsSL https://clis.cloud.ibm.com/install/linux | sh && \
2727 ibmcloud plugin install container-registry -f && \
2828 ibmcloud plugin install observe-service -f && \
2929 if [[ "$TARGETPLATFORM" != "linux/arm64" ]]; then ibmcloud plugin install vpc-infrastructure -f; fi && \
30- ibmcloud config --check-version=false
30+ ibmcloud config --check-version=false && \
31+ chmod -R g=u ${HOME}
3132
3233WORKDIR ${HOME}
3334
Original file line number Diff line number Diff line change @@ -27,4 +27,5 @@ RUN curl -fsSL https://clis.cloud.ibm.com/install/linux | sh && \
2727 ibmcloud plugin install container-registry -f && \
2828 ibmcloud plugin install observe-service -f && \
2929 if [[ "$TARGETPLATFORM" != "linux/arm64" ]]; then ibmcloud plugin install vpc-infrastructure -f; fi && \
30- ibmcloud config --check-version=false
30+ ibmcloud config --check-version=false && \
31+ chmod -R g=u ${HOME}
You can’t perform that action at this time.
0 commit comments