Added rootless and plain custom dockerfiles
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal 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
|
Reference in New Issue
Block a user