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 fa5a841 commit e677aebCopy full SHA for e677aeb
.github/workflows/containers/github-action-ci-tooling/Dockerfile
@@ -42,6 +42,9 @@ RUN apt-get update && \
42
RUN useradd gha -u 1001 -m -s /bin/bash
43
RUN adduser gha sudo
44
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
45
+# Don't set USER gha right away because we still need to install packages
46
+# as root in 'ci-container-code-format' and 'ci-container-code-lint' containers
47
+
48
49
FROM base AS ci-container-code-format
50
ARG LLVM_VERSION
0 commit comments