]> source.dussan.org Git - gitea.git/commitdiff
doc: Fix package name in external renderer example (#11170)
authorJohan Van de Wauw <johan@gisky.be>
Tue, 21 Apr 2020 20:36:27 +0000 (22:36 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Apr 2020 20:36:27 +0000 (16:36 -0400)
The py3-zmq package does not exist in alpine linux 3.11, used in both master and 1.11.4 . The py3-pyzmq package exists however:
https://pkgs.alpinelinux.org/packages?name=py3-pyzmq&branch=v3.11

docs/content/doc/advanced/external-renderers.en-us.md

index 2d8945d0052c4ada24e786dad5df5f903d0d9c1f..4851fabc7545a4cffb1628a39fe0d93a95fba2dc 100644 (file)
@@ -36,7 +36,7 @@ FROM gitea/gitea:{{< version >}}
 COPY custom/app.ini /data/gitea/conf/app.ini
 [...]
 
-RUN apk --no-cache add asciidoctor freetype freetype-dev gcc g++ libpng python-dev py-pip python3-dev py3-pip py3-zmq
+RUN apk --no-cache add asciidoctor freetype freetype-dev gcc g++ libpng python-dev py-pip python3-dev py3-pip py3-pyzmq
 # install any other package you need for your external renderers
 
 RUN pip3 install --upgrade pip