Skip to content

Commit ae7fd9a

Browse files
committed
added binary executable files to .dockerignore
fixed #5038 License: MIT Signed-off-by: Rob Deutsch <[email protected]>
1 parent c4398fe commit ae7fd9a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.dockerignore

+6
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ Dockerfile.fast
55
!.git/refs/
66
!.git/packed-refs
77
test/sharness/lib/sharness/
8+
9+
# The Docker client might not be running on Linux
10+
# so delete any compiled binaries
11+
bin/gx
12+
bin/gx*
13+
bin/tmp

0 commit comments

Comments
 (0)