5 lines
75 B
Docker
5 lines
75 B
Docker
FROM gitea/gitea:latest
|
|
USER root
|
|
RUN apk add --no-cache git-lfs
|
|
USER git
|
|
|