mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
we dont need the tty in the install script
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
@@ -21,7 +21,7 @@ test_install_script(){
|
||||
local from="$(awk 'toupper($1) == "FROM" { print $2; exit }' "$dir/Dockerfile")"
|
||||
|
||||
echo "running install.sh for ${component} with ${from}"
|
||||
docker run --rm -it -v ${script}:/install.sh ${from} /install.sh
|
||||
docker run --rm -i -v ${script}:/install.sh ${from} /install.sh
|
||||
done
|
||||
done
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user