mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 10:47:14 +00:00
fix docker smoke test
This commit is contained in:
parent
d77c2d5e48
commit
bc658e99ad
1 changed files with 3 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue