FROM rust:alpine RUN cargo install ripgrep CMD ["rg", "-vf", "filter.txt", "data.txt" ">" "output.txt"]