diff --git a/contrib/ci/jenkins-community-slave/README.md b/contrib/ci/jenkins-community-slave/README.md
index 7d0491335e50a09a1eb6ac358ef217b73b0a3d3f..74a32fb5773d1410049201dd7be7e0de5f24fe1c 100644
--- a/contrib/ci/jenkins-community-slave/README.md
+++ b/contrib/ci/jenkins-community-slave/README.md
@@ -17,6 +17,7 @@ git clone https://github.com/freifunk-gluon/gluon/
 cd gluon/contrib/ci/jenkins-community-slave/
 docker build -t gluon-jenkins .
 mkdir /var/cache/openwrt_dl_cache/
+chown 1000:1000 /var/cache/openwrt_dl_cache
 docker run --detach --restart always \
     -e "SLAVE_NAME=whoareyou" \
     -e "SLAVE_SECRET=changeme" \