bp7 0.10.5

Rust implementation of dtn Bundle Protocol Version 7 ([RFC 9171]
Documentation
FROM ubuntu:18.04

WORKDIR /home/

COPY . .

RUN bash ./setup.sh

ENV PATH="/root/.cargo/bin:$PATH"