remove -i option since pinata fixed

Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
Justin Cormack
2015-12-09 15:48:09 +00:00
parent 5072dddb8c
commit 995e611357
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ initrd.img: Dockerfile mkinitrd.sh repositories $(ETCFILES)
$(MAKE) -C packages/9pudc
$(MAKE) -C packages/mdnstool
docker build -t moby:test .
docker run -i moby:test /bin/mkinitrd.sh > $@
docker run moby:test /bin/mkinitrd.sh > $@
clean:
rm -f initrd.img