diff --git a/docker/Dockerfile b/docker/Dockerfile
index 3538aff5e640..6948a1155548 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -109,6 +109,8 @@ RUN sed -i \
         # Change location of sharedrepodir and publish_dest directories \
         -e "s@^\(sharedrepodir *= *\).*@\1\"/sharedrepo\"@" \
         -e "s@^\(publish_dest *= *\).*@\1\"/publish\"@" \
+        # Use any worker for any release \
+        -e '$ a workers_prev_releases = {}' \
         /home/pokybuild/yocto-controller/yoctoabb/config.py && \
     sed -i \
         # Change location of sharedrepodir and publish_dest directories \
