mirror of
https://github.com/libssh2/libssh2.git
synced 2025-08-05 20:55:47 +03:00
File: openssh_fixture.c Notes: fixes too long of output lines building docker image Credit: Laurent Stacul
This commit is contained in:
@@ -145,7 +145,8 @@ static int run_command(char **output, const char *command, ...)
|
|||||||
|
|
||||||
static int build_openssh_server_docker_image(void)
|
static int build_openssh_server_docker_image(void)
|
||||||
{
|
{
|
||||||
return run_command(NULL, "docker build -t libssh2/openssh_server "
|
return run_command(NULL, "docker build --quiet "
|
||||||
|
"-t libssh2/openssh_server "
|
||||||
"openssh_server");
|
"openssh_server");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user