add robotframework to integration tests
[clamp.git] / src / test / resources / robotframework / Dockerfile
1 #FROM robotframework/rfdocker
2 #
3 #### Uncomment following two lines if having external test libraries:
4 ##COPY --chown=robot:robot requirements.txt .
5 #RUN pip3 install --no-cache-dir -r requirements.txt
6 #COPY *.robot /home/robot/atest
7 FROM  ppodgorsek/robot-framework:3.0.3
8 COPY requirements.txt .
9 RUN pip install -r requirements.txt