diff --git a/teamcity-agent/Dockerfile b/teamcity-agent/Dockerfile index 3bd9f4fba..4a53b4be6 100644 --- a/teamcity-agent/Dockerfile +++ b/teamcity-agent/Dockerfile @@ -35,7 +35,7 @@ RUN useradd -m buildagent && \ # teamcity dotnet+powershell setup ################################################################## # Opt out of the telemetry feature -ENV DOTNET_CLI_TELEMETRY_OPTOUT=false +ENV DOTNET_CLI_TELEMETRY_OPTOUT=true # Disable first time experience ENV DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true