FROM rust:alpine RUN apk add --no-cache pkgconf libseccomp-static libseccomp-dev musl-dev ENTRYPOINT ["/usr/local/cargo/bin/cargo", "build"]