mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 12:14:36 +00:00
Fix error: "the input device is not a TTY"
This commit is contained in:
@@ -15,4 +15,4 @@ bash "tests/script.sh"
|
||||
END
|
||||
)
|
||||
set -x
|
||||
docker exec --interactive --tty "php55" sh -c "${command}"
|
||||
docker exec --tty "php55" sh -c "${command}"
|
||||
|
||||
Reference in New Issue
Block a user