capsule/agate/Dockerfile

7 lines
84 B
Docker

FROM rust:latest
RUN cargo install agate
WORKDIR /var/agate
ENTRYPOINT ["agate"]