FROM archlinux:latest RUN pacman -Sy --noconfirm \ git \ rust \ pcre2 \ pkgconf \ libxkbcommon RUN git clone https://github.com/faervan/bar-rs.git WORKDIR bar-rs RUN cargo build --release ENTRYPOINT cp target/release/bar-rs /out