aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/cnf/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/cnf/Dockerfile b/docker/cnf/Dockerfile
index 49e8a97a..67f28a10 100644
--- a/docker/cnf/Dockerfile
+++ b/docker/cnf/Dockerfile
@@ -26,6 +26,7 @@ RUN apk --no-cache add --update wget curl libc6-compat ncurses && \
(cd /src/cnf-testsuite && \
git fetch --tags https://github.com/cncf/cnf-testsuite.git $CNF_TESTSUITE_TAG && \
git checkout FETCH_HEAD) && \
+ chown -R xtesting: /src/cnf-testsuite && \
ln -s /src/cnf-testsuite/example-cnfs/coredns/cnf-testsuite.yml /src/cnf-testsuite/cnf-testsuite.yml && \
ln -s /src/cnf-testsuite/points-all.yml /src/cnf-testsuite/points.yml && \
ln -s /usr/local/bin/cnf-testsuite /src/cnf-testsuite/cnf-testsuite && \