FROM rust:latest as build
ENV PKG_CONFIG_ALLOW_CROSS=1
RUN cargo install funes
CMD ["funes"]
