Skip to content

Commit 80c3216

Browse files
committed
we dont need the tty in the install script
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
1 parent 754d81b commit 80c3216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/make/test-install-script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test_install_script(){
2121
local from="$(awk 'toupper($1) == "FROM" { print $2; exit }' "$dir/Dockerfile")"
2222

2323
echo "running install.sh for ${component} with ${from}"
24-
docker run --rm -it -v ${script}:/install.sh ${from} /install.sh
24+
docker run --rm -i -v ${script}:/install.sh ${from} /install.sh
2525
done
2626
done
2727
}

0 commit comments

Comments
 (0)