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