forgejo-executor-images/Dockerfile-alpine

7 lines
136 B
Text
Raw Permalink Normal View History

2024-12-13 08:02:31 +00:00
FROM alpine:3.20
LABEL maintainer="msm <hostmaster@myservermanager.com>"
RUN <<EOF
apk add nodejs npm git docker docker-cli-buildx
EOF