Added rootless and plain custom dockerfiles

This commit is contained in:
2023-10-08 18:48:02 +03:00
commit 9340e2689d
4 changed files with 76 additions and 0 deletions

8
Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM gitea/gitea:1.20.5
RUN apk --no-cache add py3-pip pandoc-cli
RUN pip3 install --upgrade pip
RUN pip3 install nbconvert
COPY custom/app.ini /data/gitea/conf/app.ini