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 c19b578 commit 04a7d42Copy full SHA for 04a7d42
README.md
@@ -61,6 +61,8 @@ dockerized <command>
61
- Other utilities
62
- youtube-dl (Youtube downloader)
63
- jq
64
+ - (latex)
65
+ - pdflatex
66
- protoc
67
- swagger-codegen
68
docker-compose.yml
@@ -97,6 +97,15 @@ services:
97
entrypoint: [ "java" ]
98
jq:
99
image: stedolan/jq
100
+ pdflatex:
101
+ image: "pdflatex"
102
+ build:
103
+ context: apps/alpine
104
+ dockerfile: ../alpine/Dockerfile
105
+ args:
106
+ ALPINE_VERSION: "${ALPINE_VERSION}"
107
+ ALPINE_PACKAGES: "texlive-full py-pygments gnuplot make git"
108
+ entrypoint: [ "pdflatex" ]
109
lua:
110
image: "${LUA_IMAGE}:${LUA_VERSION}"
111
entrypoint: [ "lua" ]
0 commit comments