pnafs 0.0.8

PNA(Portable-Network-Archive) file system
1
2
3
4
5
6
7
8
9
FROM rust:slim as dev

ENV CARGO_TARGET_DIR /tmp/target/

RUN rustup component add clippy rustfmt

RUN apt update && apt install -y libacl1-dev g++ cmake git fuse3 libfuse3-dev pkg-config

RUN cargo install -f portable-network-archive