From 34740a5ad8b44e221a806ceb0436ad4f56471ebb 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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/dast/Dockerfile b/tests/dast/Dockerfile index 5c1f181..2601e82 100644 --- a/tests/dast/Dockerfile +++ b/tests/dast/Dockerfile @@ -34,5 +34,9 @@ WORKDIR /tmp/telco-dast-qe RUN mkdir -p /.local \ && useradd podman \ && chown podman:podman -R /.local \ - && chmod 777 /.local + && chmod 777 /.local \ + && echo podman:10000:1000 > /etc/subuid \ + && echo podman:10000:1000 > /etc/subgid \ + && mkdir -p /home/podman \ + && chown podman:podman -R /home/podman USER podman \ No newline at end of file