FROM data.forgejo.org/forgejo/runner:12

USER root
RUN apk add --no-cache python3 nodejs
USER 1000:1000
