cibuild: docker run must be non-interactive

This commit is contained in:
Maximilian Hils 2020-04-17 14:24:45 +02:00 committed by GitHub
parent f78d781283
commit 24a14a7d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -361,8 +361,6 @@ def build_docker_image(be: BuildEnviron): # pragma: no cover
"docker",
"run",
"--rm",
"-i",
"-t",
be.docker_tag,
"mitmdump",
"--version",