Skip to content

Commit

Permalink
Remove the -it flag from lambda-deps docker build
Browse files Browse the repository at this point in the history
The flag is not needed and breaks scripts if the input device does not have a TTY
  • Loading branch information
asiragusa authored and russell-lewis committed May 20, 2019
1 parent 679fe9c commit f04f83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ compile:

lambda-deps:
@echo "--> Compiling lambda dependencies"
docker run --rm -it -v ${CURDIR}:/src -w /src amazonlinux:1 make compile
docker run --rm -v ${CURDIR}:/src -w /src amazonlinux:1 make compile

.PHONY: develop dev-docs clean test lint coverage publish

0 comments on commit f04f83a

Please sign in to comment.