Sign in
android
/
platform
/
external
/
cpu_features
/
refs/heads/android14-mainline-art-release
/
.
/
.github
/
workflows
/
Dockerfile
blob: 8d6f3dc64fdf3f6e86b3f8f39d4cacd3ad5a5082 [
file
] [
edit
]
# Create a virtual environment with all tools installed
# ref: https://hub.docker.com/_/alpine
FROM alpine
:
edge
# Install system build dependencies
RUN apk add
--
no
-
cache git clang
-
extra
-
tools