FROM alpine:latest

RUN apk add --no-cache git cmake clang20 ninja libusb-dev sqlite-dev

