blob: 41dfc9378806ecb975d4a926b0dfe6c1575c2063 [file] [log] [blame]
Mizux38f2a022020-09-23 11:33:35 +02001# Create a virtual environment with all tools installed
2# ref: https://hub.docker.com/_/alpine
3FROM alpine:edge
4# Install system build dependencies
5RUN apk add --no-cache git clang