docker-test 0.5.0

A small helper library to build and run Rust applications in Docker (podman)
Documentation
1
2
3
4
5
FROM docker.io/rust:1.64.0-slim-bullseye

RUN apt-get update \
    && apt-get install -y libssl-dev pkg-config \
    && apt-get clean