Fix "the input device is not a TTY" in CI

This commit is contained in:
jalr 2018-02-20 23:27:56 +01:00
parent 2baf503a2a
commit 5115e83d23

View file

@ -17,7 +17,6 @@ dockerimg:
images/debian-stretch:
docker run \
-ti \
--rm \
-v /var/run/docker.sock:/var/run/docker.sock \
-v "${PWD}/packer:/workdir" \
@ -30,7 +29,6 @@ images/debian-stretch:
#images/debian-stretch.squashfs
images/debian-stretch.torrent:
docker run \
-ti \
--rm \
-v "${PWD}/images:/workdir" \
-e "user=`id -u`" \