mirror of
https://github.com/microsoft/playwright-java.git
synced 2026-03-31 11:52:44 +00:00
fix(docker): set java home, use JDK 14 (#352)
This commit is contained in:
parent
b1b5b43948
commit
31c029a50a
@ -56,7 +56,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
# === INSTALL JDK and Maven ===
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
openjdk-8-jdk maven
|
||||
openjdk-14-jdk maven
|
||||
|
||||
ENV JAVA_HOME=/usr/lib/jvm/java-14-openjdk-amd64
|
||||
|
||||
# Install utilities required for downloading driver
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user