We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d940706 commit bdc2241Copy full SHA for bdc2241
repo2docker/docker.py
@@ -80,7 +80,7 @@ class DockerEngine(ContainerEngine):
80
help="""
81
Extra commandline arguments to pass to `docker buildx build` when building the image.
82
""",
83
- help=True
+ help=True,
84
)
85
86
def __init__(self, *, parent):
0 commit comments