rust-nex/puyopuyo/proxy-secure (3a7bb9)
Installation
docker pull git.spbr.net/spacebar/rust-nex/puyopuyo/proxy-secure:3a7bb9sha256:e490ded3544ca2569855faa725e9c08824599d2fd7dc995b7567f1ed3f61d9a6Image 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"] |