Skip to content
Snippets Groups Projects
Unverified Commit 5755d425 authored by Nicola Corti's avatar Nicola Corti Committed by GitHub
Browse files

Do not install JDK 11 (#212)

As we fully cleaned up all the JDK 11 usages in React Native, we can now skip its installation
parent f0ec5c28
No related branches found
Tags v11.0
No related merge requests found
......@@ -38,8 +38,6 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
libgl1 \
libtcmalloc-minimal4 \
make \
# React Native compiles with JDK 11, RN Tester & template with JDK 17
openjdk-11-jdk-headless \
openjdk-17-jdk-headless \
openssh-client \
patch \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment