From 32ece8bc71265e0a47bcc18cac9c8abb08aab941 Mon Sep 17 00:00:00 2001
From: Jorge Moratinos Salcines <jorge.moratinossalcines@telefonica.com>
Date: Wed, 29 May 2024 09:33:04 +0200
Subject: [PATCH] remove not used env variable at robot docker image

---
 tools/robot/Dockerfile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/robot/Dockerfile b/tools/robot/Dockerfile
index 5cdc3cf4..347f226d 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/
-- 
GitLab