Skip to content

Commit f6a7728

Browse files
committed
USER ContainerAdministrator for CE build steps
1 parent 55c22ec commit f6a7728

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ tar -xf C:\Temp\git.zip -C $env:IMPL_ARTIFACTS_DIR ; Remove-Item C:\Temp\git.zip
4141
# ---------------- COMPILER EXPLORER ----------------
4242
FROM ${IMPL_NANO_BASE}:${IMPL_NANO_TAG} as compiler-explorer
4343
SHELL ["pwsh", "-NoLogo", "-NoProfile", "-ExecutionPolicy", "Bypass", "-Command"]
44+
USER ContainerAdministrator
4445

4546
ARG NODE_VERSION
4647
ARG IMPL_ARTIFACTS_DIR

0 commit comments

Comments
 (0)