Skip to content

Commit 923f578

Browse files
authored
Update external-renderers.en-us.md (#13165)
Alpine 3.12 (the version used by current master) no longer provides the python-dev package: https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.12.0#python2_no_longer_provides_python_and_python-devel As the next steps explicitely use python3 it is not needed anyway.
1 parent 25f7e1c commit 923f578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ FROM gitea/gitea:{{< version >}}
3636
COPY custom/app.ini /data/gitea/conf/app.ini
3737
[...]
3838
39-
RUN apk --no-cache add asciidoctor freetype freetype-dev gcc g++ libpng libffi-dev python-dev py-pip python3-dev py3-pip py3-pyzmq
39+
RUN apk --no-cache add asciidoctor freetype freetype-dev gcc g++ libpng libffi-dev py-pip python3-dev py3-pip py3-pyzmq
4040
# install any other package you need for your external renderers
4141
4242
RUN pip3 install --upgrade pip

0 commit comments

Comments
 (0)