Do not use interactive mode from dockerbuild.sh

This commit is contained in:
Nate McMaster 2018-03-12 15:08:46 -07:00 committed by GitHub
parent 35dc800e02
commit 2f13959505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,8 @@ cp "$DIR/global.json" "$(dirname "$dockerfile")"
docker build "$(dirname "$dockerfile")" -f "$dockerfile" --tag $tagname
docker run \
--rm -it \
--rm \
-t \
-e CI \
-e DOTNET_CLI_TELEMETRY_OPTOUT \
-e Configuration \