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", "docker",
"run", "run",
"--rm", "--rm",
"--it", "-i",
"mitmproxy/mitmproxy:" + be.docker_tag, "-t",
be.docker_tag,
"mitmproxy", "mitmproxy",
"--version", "--version",
], check=True) ], check=True)