...@@ -42,11 +42,7 @@ RUN pip3 install robotframework ...@@ -42,11 +42,7 @@ RUN pip3 install robotframework
RUN DEBIAN_FRONTEND=noninteractive \ RUN DEBIAN_FRONTEND=noninteractive \
&& cd /home/etsi/dev/robot \ && cd /home/etsi/dev/robot \
&& pip3 install -r requirements.txt \ && pip3 install -r requirements.txt \
&& chmod +x /home/etsi/dev/robot/scripts/* \ && chmod +x /home/etsi/dev/robot/scripts/*
&& git clone https://github.com/etsi-cti-admin/robotframework-mockserver \
&& cd robotframework-mockserver \
&& patch -p1 < ../extensions/mockserverlibrary.patch \
&& python3 -m pip install -e .
CMD tail -f /dev/null CMD tail -f /dev/null
......