Update Dockerfile

This commit is contained in:
STAM 2020-03-23 15:13:59 +03:00 committed by GitHub
parent d7020fb9f9
commit 2ea01f27ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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