Commit c8874ca7 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Adding requirements-robot-ts.txt to the right location

parent 9127bc73
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -36,11 +36,12 @@ RUN DEBIAN_FRONTEND=noninteractive \


ADD scripts /home/etsi/dev/scripts
ADD requirements.txt /home/etsi/dev/scripts/

RUN pip3 install robotframework

RUN DEBIAN_FRONTEND=noninteractive \
	&& cd /home/etsi/dev/robot \
	&& cd /home/etsi/dev/scripts \
	&& pip3 install -r requirements-robot-ts.txt \
	&& chmod +x /home/etsi/dev/scripts/*