rust-nex/friends/proxy-secure (d4ede0)
Installation
docker pull git.spbr.net/spacebar/rust-nex/friends/proxy-secure:d4ede0sha256:c63e04a1c4b151ad5b160e879bed7fcd4eb2c27e17114c192be2da38e5e95f41Image 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"] |