rust-nex/puyopuyo/proxy-secure (0ab4f0)
Installation
docker pull git.spbr.net/spacebar/rust-nex/puyopuyo/proxy-secure:0ab4f0sha256:15469d4471e38adb346fffd9d9f1e9915ea8e2684cc4f01ebc9889ba14ef467eImage 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"] |