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