forgejo-runners/debian-stable-gitannex/Dockerfile
Michael Hanke c69df2aa20
Initial runner with git-annex
Base is node:20, because that is the Github standard.
2024-08-05 12:16:46 +02:00

2 lines
118 B
Docker

FROM node:20-bookworm
RUN apt-get update && apt-get install -y git-annex --no-install-recommends && apt-get autoclean