File tree 2 files changed +4
-8
lines changed
docs/content/administration
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,10 @@ FROM gitea/gitea:@version@
38
38
COPY custom/app.ini /data/gitea/conf/app.ini
39
39
[...]
40
40
41
- RUN apk --no-cache add asciidoctor freetype freetype-dev gcc g++ libpng libffi-dev py-pip python3-dev py3-pip py3- pyzmq
41
+ RUN apk --no-cache add asciidoctor freetype freetype-dev gcc g++ libpng libffi-dev pandoc python3-dev py3-pyzmq pipx
42
42
# install any other package you need for your external renderers
43
43
44
- RUN pip3 install --upgrade pip
45
- RUN pip3 install -U setuptools
46
- RUN pip3 install jupyter docutils
44
+ RUN pipx install jupyter docutils --include-deps
47
45
# add above any other python package you may need to install
48
46
```
49
47
Original file line number Diff line number Diff line change @@ -37,12 +37,10 @@ FROM gitea/gitea:@version@
37
37
COPY custom/app.ini /data/gitea/conf/app.ini
38
38
[...]
39
39
40
- RUN apk --no-cache add asciidoctor freetype freetype-dev gcc g++ libpng libffi-dev py-pip python3-dev py3-pip py3- pyzmq
40
+ RUN apk --no-cache add asciidoctor freetype freetype-dev gcc g++ libpng libffi-dev pandoc python3-dev py3-pyzmq pipx
41
41
# 安装其他您需要的外部渲染器的软件包
42
42
43
- RUN pip3 install --upgrade pip
44
- RUN pip3 install -U setuptools
45
- RUN pip3 install jupyter docutils
43
+ RUN pipx install jupyter docutils --include-deps
46
44
# 在上面添加您需要安装的任何其他 Python 软件包
47
45
```
48
46
You can’t perform that action at this time.
0 commit comments