FROM local/gitea-runner-base:latest # go-build runner profile: dedicated Go build environment. USER root RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ git \ golang-go \ jq \ make \ openssh-client \ python3 \ python3-pip \ rsync \ unzip \ zip \ && rm -rf /var/lib/apt/lists/*