capsule/agate/Dockerfile

8 lines
84 B
Docker

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