Sign in
android
/
platform
/
external
/
cpu_features
/
33658f4526932aa428f07f9ced36c98c750b7117
/
.
/
.github
/
workflows
/
Dockerfile
blob: 8d6f3dc64fdf3f6e86b3f8f39d4cacd3ad5a5082 [
file
]
# 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