mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-29 02:57:19 +00:00
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",
|
"docker",
|
||||||
"run",
|
"run",
|
||||||
"--rm",
|
"--rm",
|
||||||
"--it",
|
"-i",
|
||||||
"mitmproxy/mitmproxy:" + be.docker_tag,
|
"-t",
|
||||||
|
be.docker_tag,
|
||||||
"mitmproxy",
|
"mitmproxy",
|
||||||
"--version",
|
"--version",
|
||||||
], check=True)
|
], check=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user