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