We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d8bb2 commit 14a04b3Copy full SHA for 14a04b3
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:20.04
+FROM ubuntu:22.04
2
3
LABEL Description="This image provides a base Android development environment for React Native, and may be used to run tests."
4
@@ -34,7 +34,7 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
34
git \
35
g++ \
36
gnupg2 \
37
- libc++1-10 \
+ libc++1-11 \
38
libgl1 \
39
libtcmalloc-minimal4 \
40
make \
0 commit comments