From bb48289d03480fd3c5e3eaccf6c213dd3eb3e5f1 Mon Sep 17 00:00:00 2001 From: obochan-rh Date: Sun, 9 Feb 2025 11:00:24 +0200 Subject: [PATCH] \update Docker file with podman ui --- tests/dast/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/dast/Dockerfile b/tests/dast/Dockerfile index 5c1f181..a07a380 100644 --- a/tests/dast/Dockerfile +++ b/tests/dast/Dockerfile @@ -34,5 +34,6 @@ WORKDIR /tmp/telco-dast-qe RUN mkdir -p /.local \ && useradd podman \ && chown podman:podman -R /.local \ - && chmod 777 /.local + && chmod 777 /.local \ + && usermod --add-subuids 1000-165535 --add-subgids 1000-165535 podman USER podman \ No newline at end of file