6 lines
104 B
Text
6 lines
104 B
Text
|
|
FROM data.forgejo.org/forgejo/runner:12
|
||
|
|
|
||
|
|
USER root
|
||
|
|
RUN apk add --no-cache python3 nodejs
|
||
|
|
USER 1000:1000
|