rust-nex/puyopuyo/proxy-secure (eff58c)
Installation
docker pull git.spbr.net/spacebar/rust-nex/puyopuyo/proxy-secure:eff58csha256:1f8e847707f10d11996bbcb899a10ff80f8e3ac68a1b851aec33e5edaf7e97e5Image 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"] |