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