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 55c22ec commit f6a7728Copy full SHA for f6a7728
Dockerfile
@@ -41,6 +41,7 @@ tar -xf C:\Temp\git.zip -C $env:IMPL_ARTIFACTS_DIR ; Remove-Item C:\Temp\git.zip
41
# ---------------- COMPILER EXPLORER ----------------
42
FROM ${IMPL_NANO_BASE}:${IMPL_NANO_TAG} as compiler-explorer
43
SHELL ["pwsh", "-NoLogo", "-NoProfile", "-ExecutionPolicy", "Bypass", "-Command"]
44
+USER ContainerAdministrator
45
46
ARG NODE_VERSION
47
ARG IMPL_ARTIFACTS_DIR
0 commit comments