tunasync-scripts/dockerfiles/freighter/Dockerfile
Shengqi Chen fa5ec6f3b6
dockerfiles: use JSON arguments to make linter happy
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
2025-09-03 09:00:43 +08:00

7 lines
163 B
Docker

FROM rust:trixie
LABEL maintainer="Aron Xu <happyaron.xu@gmail.com>"
RUN cargo install --git https://github.com/open-rust-initiative/freighter
CMD ["/bin/bash"]