Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Dockerfile « workflows « .github - github.com/google/cpu_features.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8d6f3dc64fdf3f6e86b3f8f39d4cacd3ad5a5082 (plain)
1
2
3
4
5
# 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