mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +00:00
fix docker builds
This commit is contained in:
parent
c7bd491dfa
commit
d8eda8daf9
@ -346,6 +346,7 @@ def build_wheel(be: BuildEnviron): # pragma: no cover
|
||||
|
||||
def build_docker_image(be: BuildEnviron): # pragma: no cover
|
||||
whl, = glob.glob(os.path.join(be.dist_dir, 'mitmproxy-*-py3-none-any.whl'))
|
||||
whl = str(pathlib.Path(whl).relative_to(pathlib.Path(".").absolute()))
|
||||
click.echo("Building Docker images...")
|
||||
subprocess.check_call([
|
||||
"docker",
|
||||
|
Loading…
Reference in New Issue
Block a user