rust-nex/splatoon/proxy-secure (8f0493)
Installation
docker pull git.spbr.net/spacebar/rust-nex/splatoon/proxy-secure:8f0493sha256:495af093aa2b8e7c6fd1d9662b73e2087699f368af09b36887374ede4a4a6a68Image 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"] |