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