A working template with limarka
Binaries are now too old to be working now.
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
# Utilize esse arquivo para gerar uma imagem docker customizada do limarka
|
||||
# Documentação: https://github.com/abntex/limarka/wiki/Limarka-com-Docker
|
||||
|
||||
FROM limarka/limarka:latest
|
||||
RUN tlmgr update --self
|
||||
|
||||
# Adicione os pacotes que precisa instalar nessa imagem customizada:
|
||||
RUN tlmgr install subfig
|
||||
|
||||
Reference in New Issue
Block a user