Update Dockerfile
All checks were successful
Publish Docker Image / docker (push) Successful in 2m36s
All checks were successful
Publish Docker Image / docker (push) Successful in 2m36s
This commit is contained in:
parent
07958b33ec
commit
c76975beb8
@ -2,3 +2,6 @@ FROM selenium/standalone-firefox:127.0
|
|||||||
|
|
||||||
RUN sudo apt-get update -y \
|
RUN sudo apt-get update -y \
|
||||||
&& sudo 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
|
||||||
|
|
||||||
|
WORKDIR /home/container
|
||||||
|
ENV TEMPDIR=/home/container/logs
|
Loading…
Reference in New Issue
Block a user