Skip to content

Commit

Permalink
Do not install JDK 11 (#212)
Browse files Browse the repository at this point in the history
As we fully cleaned up all the JDK 11 usages in React Native, we can now skip its installation
  • Loading branch information
cortinico committed Aug 14, 2023
1 parent f0ec5c2 commit 5755d42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 5755d42

Please sign in to comment.