mirror of
https://github.com/google/cpu_features.git
synced 2025-04-28 07:23:37 +02:00
6 lines
193 B
Docker
6 lines
193 B
Docker
# 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
|