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