aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar orangelynx <orangelynx@outlook.de> 2019-09-01 09:26:55 +0200
committerGravatar Miek Gieben <miek@miek.nl> 2019-09-01 08:26:55 +0100
commit5d9a3dbd333fc0325349fdfea69371b390ddd66f (patch)
treee0083e3fc971c8ef66f526469b8bd6faef36d5a9
parent37b9550d62685d450553437776978518ccca631b (diff)
downloadcoredns-5d9a3dbd333fc0325349fdfea69371b390ddd66f.tar.gz
coredns-5d9a3dbd333fc0325349fdfea69371b390ddd66f.tar.zst
coredns-5d9a3dbd333fc0325349fdfea69371b390ddd66f.zip
Fix for 3235. Adds go.sum and go.mod to .dockerignore to avoid permission issues during docker build process. (#3236)
-rw-r--r--.dockerignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
index 98e5cfe14..7dfc5a97e 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -10,3 +10,5 @@ test/*
vendor/*
build/*
release/*
+go.sum
+go.mod