7 lines
202 B
Docker
7 lines
202 B
Docker
FROM gitea/gitea:latest
|
|
|
|
RUN apk --no-cache add asciidoctor freetype freetype-dev gcc g++ libpng libffi-dev pandoc python3-dev py3-pyzmq pipx
|
|
|
|
RUN pipx install jupyter docutils --include-deps --global
|
|
|