rust-nex/friends/proxy-secure (1a6354)
Installation
docker pull git.spbr.net/spacebar/rust-nex/friends/proxy-secure:1a6354sha256:2e8af02eca13276efc36cfc4831aa67e78f2346c68334f2904171a05cdaf7e8dImage 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"] |