kcode-rust-bins 2.0.0

Author, locally publish, and run small Rust binaries
Documentation
1
2
3
4
5
6
7
FROM docker.io/library/debian:bookworm-slim

RUN apt-get update \
    && apt-get install -y --no-install-recommends ca-certificates \
    && rm -rf /var/lib/apt/lists/*

WORKDIR /tmp