7e0bf8a264bb6471e52019e55ae3b3c250355229
[clamp.git] / src / test / resources / robotframework / Dockerfile
1 FROM  ppodgorsek/robot-framework:latest
2
3 USER root
4 COPY requirements.txt .
5 RUN pip3 install --no-cache-dir -r requirements.txt