Skip to content

Commit e93aa25

Browse files
authored
Merge pull request #5544 from rob-deutsch/fix/5038
added binary executable files to .dockerignore
2 parents c4398fe + ae7fd9a commit e93aa25

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.dockerignore

Lines changed: 6 additions & 0 deletions
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)