Skip to content

Commit 2cb2049

Browse files
authored
Merge pull request #13 from obochan-rh/dast_dockerfile_update
Add podman user to dockerfile
2 parents 1e99565 + 0258ecc commit 2cb2049

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/dast/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ WORKDIR /tmp/telco-dast-qe
3333

3434
#Set podman permissions and create .local folder
3535
RUN mkdir -p /.local
36+
RUN useradd podman
3637
RUN chown podman:podman -R /.local
3738
USER podman

0 commit comments

Comments
 (0)