fix docker smoke test

This commit is contained in:
Maximilian Hils 2020-04-16 20:44:21 +02:00 committed by GitHub
parent d77c2d5e48
commit bc658e99ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -361,8 +361,9 @@ def build_docker_image(be: BuildEnviron): # pragma: no cover
"docker",
"run",
"--rm",
"--it",
"mitmproxy/mitmproxy:" + be.docker_tag,
"-i",
"-t",
be.docker_tag,
"mitmproxy",
"--version",
], check=True)