android13/external/cpu_features/.github/workflows/Dockerfile

6 lines
181 B
Docker
Raw Normal View History

2024-06-22 08:45:49 -04:00
# 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