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.
1 parent 7ef54d5 commit 181fa12Copy full SHA for 181fa12
.ci/docker/ubuntu/Dockerfile
@@ -53,8 +53,9 @@ RUN rm install_linter.sh utils.sh requirements-lintrunner.txt
53
54
ARG ARM_SDK
55
COPY ./arm-setup.sh /opt/arm-setup.sh
56
+RUN mkdir /opt/arm-sdk; chown ci-user:ci-user /opt/arm-sdk
57
# Set up ARM SDK if needed
-RUN if [ -n "${ARM_SDK}" ]; then bash /opt/arm-setup.sh --i-agree-to-the-contained-eula /opt/arm-sdk; chown -R ci-user:ci-user /opt/arm-sdk; fi
58
+RUN if [ -n "${ARM_SDK}" ]; then su - ci-user -c "bash /opt/arm-setup.sh --i-agree-to-the-contained-eula /opt/arm-sdk"; fi
59
60
USER ci-user
61
CMD ["bash"]
0 commit comments