fix docker smoke test
This commit is contained in:
parent
d77c2d5e48
commit
bc658e99ad
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue