openshift support
This commit is contained in:
parent
1f1fb73f86
commit
705ec85f35
@ -3,6 +3,8 @@ FROM eclipse-temurin:17_35-jdk-focal
|
|||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN useradd -ms /bin/bash webgoat
|
RUN useradd -ms /bin/bash webgoat
|
||||||
RUN apt-get -y install apt-utils nginx
|
RUN apt-get -y install apt-utils nginx
|
||||||
|
RUN chgrp -R 0 /home/webgoat
|
||||||
|
RUN chmod -R g=u /home/webgoat
|
||||||
|
|
||||||
USER webgoat
|
USER webgoat
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user