This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
FROM selenium/standalone-firefox:127.0
|
FROM selenium/standalone-firefox:127.0
|
||||||
|
|
||||||
RUN apt-get update -y \
|
RUN sudo apt-get update -y \
|
||||||
&& apt-get install --no-install-recommends --no-install-suggests -y openjdk-19-jdk openjdk-19-jre
|
&& sudo apt-get install --no-install-recommends --no-install-suggests -y openjdk-19-jdk openjdk-19-jre
|
||||||
|
|
||||||
## Setup user and working directory
|
## Setup user and working directory
|
||||||
RUN useradd -m -d /home/container -s /bin/bash container
|
RUN useradd -m -d /home/container -s /bin/bash container
|
||||||
|
Reference in New Issue
Block a user