rust-nex/terraria/proxy-secure (5389e7)
Installation
docker pull git.spbr.net/spacebar/rust-nex/terraria/proxy-secure:5389e7sha256:b4e7e81963ad036a7139e8a5476e15d5a89afe2e73709666c6056ff28f458b77Image 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"] |