blob: 8d6f3dc64fdf3f6e86b3f8f39d4cacd3ad5a5082 [file] [log] [blame]
# 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