5 lines
69 B
Docker
5 lines
69 B
Docker
FROM cimg/android:2026.02-node
|
|
|
|
USER root
|
|
RUN npm install -g eas-cli
|