Avoid pulling in the local context when building the docker image

This shaves 10.4 seconds spent pulling in the entire working directory, which just gets ignored since we do a gem install of inspec.

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith 2020-12-18 11:40:54 -08:00
parent 81a7e70b05
commit 26c396e50c

2
.dockerignore Normal file
View file

@ -0,0 +1,2 @@
# We don't want/need anything from the local system, so ignore everything.
*