rust-nex/friends/proxy-secure (36c044)
Installation
docker pull git.spbr.net/spacebar/rust-nex/friends/proxy-secure:36c044sha256:32f69d9b296797e2aa1407eb37d2f174e50f3a1ef76b00962cf0d9e2e4948eb8Image 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"] |