- https://jeezft.xyz
-
Shitcoding frfr
- Joined on
2025-09-30
Block a user
vpnsite (sha256:446ee4155732204447574db82202491cc9fad6c6c3492e32376a5d86b7305a99)
Published 2026-03-28 11:06:17 +12:00 by jeezft
Installation
docker pull gitea.jeezft.xyz/jeezft/vpnsite@sha256:446ee4155732204447574db82202491cc9fad6c6c3492e32376a5d86b7305a99sha256:446ee4155732204447574db82202491cc9fad6c6c3492e32376a5d86b7305a99Image Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1773619200' |
| RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl gnupg netbase sq wget ; apt-get dist-clean # buildkit |
| RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps ; apt-get dist-clean # buildkit |
| RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends g++ gcc libc6-dev make pkg-config ; dpkgArch="$(dpkg --print-architecture)"; if [ "$dpkgArch" = 'arm64' ]; then apt-get install -y --no-install-recommends binutils-gold; fi; rm -rf /var/lib/apt/lists/* # buildkit |
| ENV GOLANG_VERSION=1.25.8 |
| ENV GOTOOLCHAIN=local |
| ENV GOPATH=/go |
| ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| COPY /target/ / # buildkit |
| RUN /bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 1777 "$GOPATH" # buildkit |
| WORKDIR /go |
| RUN /bin/sh -c apt-get update -qq && apt-get install -y -qq nodejs > /dev/null 2>&1 # buildkit |