Add renewed client certs for CLAMP UI AAF authentication
[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