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