Merge "Added kafka interface stub"
[nonrtric.git] / test / mrstub / Dockerfile
index 676c77c..a5f9ea0 100644 (file)
@@ -34,4 +34,8 @@ RUN pip install -r requirements.txt
 
 RUN chmod +x start.sh
 
+RUN groupadd -g 999 appuser && \
+    useradd -r -u 999 -g appuser appuser
+USER appuser
+
 CMD [ "./start.sh" ]
\ No newline at end of file