anki/Containerfile

9 lines
191 B
Plaintext
Raw Permalink Normal View History

2024-10-08 12:32:10 +01:00
FROM docker.io/rust:1
2024-01-08 15:23:50 +00:00
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" ]