FROM docker.io/rust:1 RUN apt-get update RUN apt-get install -y protobuf-compiler RUN cargo install --git https://github.com/ankitects/anki.git anki-sync-server CMD [ "anki-sync-server" ]