Add renewed client certs for CLAMP UI AAF authentication
[clamp.git] / src / test / resources / robotframework / Dockerfile
index 4ae0820..7e0bf8a 100644 (file)
@@ -1,9 +1,5 @@
-#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
+FROM  ppodgorsek/robot-framework:latest
+
+USER root
 COPY requirements.txt .
-RUN pip install -r requirements.txt
\ No newline at end of file
+RUN pip3 install --no-cache-dir -r requirements.txt
\ No newline at end of file