We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74cc3c5 commit dfca884Copy full SHA for dfca884
docs/content/doc/advanced/external-renderers.en-us.md
@@ -36,7 +36,7 @@ FROM gitea/gitea:{{< version >}}
36
COPY custom/app.ini /data/gitea/conf/app.ini
37
[...]
38
39
-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
40
# install any other package you need for your external renderers
41
42
RUN pip3 install --upgrade pip
0 commit comments