Skip to content

Commit

Permalink
Merge pull request #44 from obochan-rh/update-dast-Dockerfile
Browse files Browse the repository at this point in the history
update Docker file with podman uid and gid
  • Loading branch information
openshift-merge-bot[bot] authored Feb 12, 2025
2 parents cf7936a + 34740a5 commit 1c86b9b
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 1c86b9b

Please sign in to comment.