rust-nex/super-mario-maker/proxy-insecure (2a8214)
Installation
docker pull git.spbr.net/spacebar/rust-nex/super-mario-maker/proxy-insecure:2a8214sha256:f04597015556b4ed71fd2f214c63f70728794db35a16d91bc229fc5ce5e76ce3Image 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_insecure /proxy_insecure # buildkit |
| ENTRYPOINT ["/proxy_insecure"] |