diff options
author | 2019-09-01 09:26:55 +0200 | |
---|---|---|
committer | 2019-09-01 08:26:55 +0100 | |
commit | 5d9a3dbd333fc0325349fdfea69371b390ddd66f (patch) | |
tree | e0083e3fc971c8ef66f526469b8bd6faef36d5a9 | |
parent | 37b9550d62685d450553437776978518ccca631b (diff) | |
download | coredns-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-- | .dockerignore | 2 |
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 |