Skip to content

Commit 5755d42

Browse files
authored
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
1 parent f0ec5c2 commit 5755d42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
3838
libgl1 \
3939
libtcmalloc-minimal4 \
4040
make \
41-
# React Native compiles with JDK 11, RN Tester & template with JDK 17
42-
openjdk-11-jdk-headless \
4341
openjdk-17-jdk-headless \
4442
openssh-client \
4543
patch \

0 commit comments

Comments
 (0)