barrios/forgejo/Dockerfile

6 lines
104 B
Text
Raw Permalink Normal View History

2026-06-02 14:57:19 +00:00
FROM data.forgejo.org/forgejo/runner:12
USER root
RUN apk add --no-cache python3 nodejs
USER 1000:1000