Browse code

remove -it from docker run in case we cannot allocate a terminal

Change-Id: Ifc2d5ecfa2b8399098431ae74c5bfe85dc98c230
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5996
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
Tested-by: Anish Swaminathan <anishs@vmware.com>

Bo Gan authored on 2018/10/26 10:40:20
Showing 1 changed files
... ...
@@ -362,7 +362,6 @@ photon-docker-image:
362 362
 	$(PHOTON_REPO_TOOL) $(PHOTON_RPMS_DIR)
363 363
 	sudo docker build --no-cache --tag photon-build ./support/dockerfiles/photon
364 364
 	sudo docker run \
365
-		-it \
366 365
 		--rm \
367 366
 		--privileged \
368 367
 		--net=host \