Files
gitea-action-git-crypt-ssh-…/Dockerfile
2024-07-01 12:15:54 +02:00

10 lines
154 B
Docker

FROM alpine:3.20
RUN apk --update add git-crypt git-lfs openssh bash
WORKDIR /gitea/workspace
COPY entrypoint.sh .
ENTRYPOINT ["/gitea/workspace.sh"]