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 bb48289
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/dast/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bb48289

Please sign in to comment.