Sign in
android
/
platform
/
external
/
cpu_features
/
refs/heads/android15-tests-dev
/
.
/
.github
/
workflows
/
Dockerfile
blob: 28371cb5b043adca6ec6abac897c23d0e653ee56 [
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
RUN git config
--
global
--
add safe
.
directory
/
repo