Skip to content

Commit 14a04b3

Browse files
Update Dockerfile to use Ubuntu 22.04 (#216)
* Update Dockerfile to use Ubuntu 22.04 * Update libc++1-11
1 parent d2d8bb2 commit 14a04b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:20.04
1+
FROM ubuntu:22.04
22

33
LABEL Description="This image provides a base Android development environment for React Native, and may be used to run tests."
44

@@ -34,7 +34,7 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
3434
git \
3535
g++ \
3636
gnupg2 \
37-
libc++1-10 \
37+
libc++1-11 \
3838
libgl1 \
3939
libtcmalloc-minimal4 \
4040
make \

0 commit comments

Comments
 (0)