Commit 32ece8bc authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

remove not used env variable at robot docker image

parent 6d760a60
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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/