This commit is contained in:
parent
de5169be7d
commit
4baa6f4e9d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user