Skip to content

Commit 1e99565

Browse files
authored
Merge pull request #12 from obochan-rh/updated-dast-ci
Update Dockerfile with podman permissionד
2 parents 50006d4 + d175ba4 commit 1e99565

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

test

Whitespace-only changes.

tests/dast/Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ RUN curl -LO https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/la
3030

3131
# Set the working directory
3232
WORKDIR /tmp/telco-dast-qe
33+
34+
#Set podman permissions and create .local folder
35+
RUN mkdir -p /.local
36+
RUN chown podman:podman -R /.local
37+
USER podman

0 commit comments

Comments
 (0)