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 7404c8f + 53e31db commit d0badc5Copy full SHA for d0badc5
images/installer/Dockerfile.upi.ci
@@ -97,6 +97,8 @@ RUN pwsh -Command 'Install-Module VMware.PowerCLI -Force -Scope AllUsers' && \
97
pwsh -Command 'Install-Module -Name EPS -RequiredVersion 1.0 -Force -Scope AllUsers' && \
98
mkdir -p /output/.local/share/VMware/PowerCLI && chmod -R 777 /output/.local
99
100
+RUN mkdir /output/.ssh && chown 1000:1000 "/output/.ssh/" && chmod -R g=u "/output/.ssh/"
101
+
102
RUN chown 1000:1000 /output && chmod -R g=u "/output/.bluemix/"
103
USER 1000:1000
104
ENV PATH /bin
0 commit comments