diff --git a/tools/robot/Dockerfile b/tools/robot/Dockerfile
index 5cdc3cf4222a8a49afa8e7144bdca38fe4ec3d6d..347f226da0bf93d5e1f8a9adaa18901c5dafc000 100644
--- a/tools/robot/Dockerfile
+++ b/tools/robot/Dockerfile
@@ -62,8 +62,6 @@ RUN apt-get install -y --fix-missing python3.10 python3.10-venv python3.10-dev
 RUN mkdir /opt/venv
 RUN python3.10 -m venv /opt/venv
 
-ENV PLAYWRIGHT_BROWSERS_PATH=$HOME/pw-browsers
-
 ADD basicRequirements.txt /root/
 
 ADD basicRobotInstall.sh /root/