Files
rust-libp2p/interop-tests/Dockerfile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
112 B
Docker
Raw Normal View History

FROM ubuntu:22.04
COPY target/release/ping /usr/local/bin/testplan
ENV RUST_BACKTRACE=1
ENTRYPOINT ["testplan"]