rust-nex/friends/proxy-secure (47ae89)
Installation
docker pull git.spbr.net/spacebar/rust-nex/friends/proxy-secure:47ae89sha256:d9dfb365cc04c5527fccf49514e2dd040409791d5b747db161df738fa2d0a351Image 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"] |