This website requires JavaScript.
Explore
Help
Sign In
openlp
/
runners
Watch
1
Star
0
Fork
0
You've already forked runners
mirror of
https://gitlab.com/openlp/runners.git
synced
2024-12-04 20:55:50 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
0f630f5a99
runners
/
Dockerfile.documentation
4 lines
91 B
Docker
Raw
Normal View
History
Unescape
Escape
Update the container images for our GitLab CI pipeline.
2022-02-02 22:35:20 +00:00
FROM
alpine:3.15
Create a docker file for building the documentation
2019-10-03 17:49:46 +00:00
Add make to the documentation runner
2020-12-17 00:42:31 +00:00
RUN
apk --no-cache add make py3-sphinx py3-sphinx_rtd_theme texlive-full
Reference in New Issue
Copy Permalink