aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/robotframework/Dockerfile
blob: 4ae08208eca9492267f8c60b3eec17ffe643bfd4 (plain)
1
2
3
4
5
6
7
8
9
#FROM robotframework/rfdocker
#
#### Uncomment following two lines if having external test libraries:
##COPY --chown=robot:robot requirements.txt .
#RUN pip3 install --no-cache-dir -r requirements.txt
#COPY *.robot /home/robot/atest
FROM  ppodgorsek/robot-framework:3.0.3
COPY requirements.txt .
RUN pip install -r requirements.txt