Skip to content

Commit

Permalink
\update Docker file with podman ui
Browse files Browse the repository at this point in the history
  • Loading branch information
obochan-rh committed Feb 11, 2025
1 parent cf7936a commit 34740a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/dast/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 34740a5

Please sign in to comment.