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