mirror of
https://gitlab.com/openlp/runners.git
synced 2024-12-22 19:32:48 +00:00
4 lines
88 B
Docker
4 lines
88 B
Docker
|
FROM alpine:latest
|
||
|
|
||
|
RUN apk --no-cache add py3-sphinx py3-sphinx_rtd_theme texlive-full
|