mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-01 15:55:28 +00:00
Using subprocesses
This commit is contained in:
parent
2af9d20312
commit
4a25efda82
@ -287,7 +287,7 @@ def build_wheel(be: BuildEnviron): # pragma: no cover
|
||||
|
||||
|
||||
def build_docker_image(be: BuildEnviron, whl: str): # pragma: no cover
|
||||
click.echo("Building Docker image...")
|
||||
click.echo("Building Docker images...")
|
||||
subprocess.check_call([
|
||||
"docker",
|
||||
"build",
|
||||
@ -297,10 +297,6 @@ def build_docker_image(be: BuildEnviron, whl: str): # pragma: no cover
|
||||
"--file", "docker/Dockerfile",
|
||||
"."
|
||||
])
|
||||
|
||||
|
||||
def build_docker_arm_image(be: BuildEnviron, whl: str): # pragma: no cover
|
||||
click.echo("Building ARMv7 Docker image...")
|
||||
subprocess.check_call([
|
||||
"docker",
|
||||
"build",
|
||||
|
Loading…
Reference in New Issue
Block a user