Commit 11e7f8ea authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

updated docker file and requirements

parent a2df1dea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# pip -r requirements.txt


robotframework==3.1
robotframework==3.2.2
RESTinstance==1.0.0rc4
robotframework-dependencylibrary==1.0.0.post1
robotframework-jsonlibrary==0.3
+0 −2
Original line number Diff line number Diff line
@@ -28,8 +28,6 @@ RUN DEBIAN_FRONTEND=noninteractive \
        && mkdir -p /home/etsi/dev/robot \
        && cd /home/etsi/dev/robot 

RUN pip3 install robotframework

RUN DEBIAN_FRONTEND=noninteractive \
        && cd /home/etsi/dev/robot \
	&& git clone https://github.com/etsi-cti-admin/robotframework-mockserver