rust-nex/friends/proxy-secure (667f43)
Installation
docker pull git.spbr.net/spacebar/rust-nex/friends/proxy-secure:667f43sha256:c1d0c983eeb23bd1e37d58cdf0409a200ae16d942e5b5aa2b86eda2ac88abfabImage layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libssl3 && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY dist/proxy_secure /proxy_secure # buildkit |
| ENTRYPOINT ["/proxy_secure"] |