aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/Dockerfile
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