rust-nex/splatoon-testfire/proxy-secure (667f43)
Installation
docker pull git.spbr.net/spacebar/rust-nex/splatoon-testfire/proxy-secure:667f43sha256:47a716b54e030ff5d0742f0264e2f36f5f237a162cc47ddbd1f2a8988e1d04f7Image 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"] |