Skip to content

Commit 04a7d42

Browse files
feat(command): Add latex
1 parent c19b578 commit 04a7d42

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ dockerized <command>
6161
- Other utilities
6262
- youtube-dl (Youtube downloader)
6363
- jq
64+
- (latex)
65+
- pdflatex
6466
- protoc
6567
- swagger-codegen
6668

docker-compose.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,15 @@ services:
9797
entrypoint: [ "java" ]
9898
jq:
9999
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" ]
100109
lua:
101110
image: "${LUA_IMAGE}:${LUA_VERSION}"
102111
entrypoint: [ "lua" ]

0 commit comments

Comments
 (0)