From 5755d425eff5fe004b23b08af6d4a1d1692249f1 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Mon, 14 Aug 2023 10:19:38 +0100 Subject: [PATCH] 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 --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fe14451..cafb616 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \