6 lines
103 B
Docker
6 lines
103 B
Docker
ARG SOURCE=infraonly
|
|
|
|
FROM icaotix/latex:$SOURCE
|
|
ARG SCHEME=minimal
|
|
|
|
RUN tlmgr install scheme-${SCHEME} |