Skip to content
Snippets Groups Projects
Unverified Commit 14a04b30 authored by Tunca Ulubilge's avatar Tunca Ulubilge Committed by GitHub
Browse files

Update Dockerfile to use Ubuntu 22.04 (#216)

* Update Dockerfile to use Ubuntu 22.04

* Update libc++1-11
parent d2d8bb21
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:20.04
FROM ubuntu:22.04
LABEL Description="This image provides a base Android development environment for React Native, and may be used to run tests."
......@@ -34,7 +34,7 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
git \
g++ \
gnupg2 \
libc++1-10 \
libc++1-11 \
libgl1 \
libtcmalloc-minimal4 \
make \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment