Update Dockerfile
Some checks failed
Publish Docker Image / docker (push) Failing after 1m32s

This commit is contained in:
Lee 2024-07-18 16:55:08 +00:00
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