FROM japaric/x86_64-unknown-linux-musl:latest
ENV PKG_CONFIG_ALLOW_CROSS=1 
RUN apt-get update && \
    apt-get install -y libudev-dev
