16 lines
		
	
	
	
		
			371 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			371 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM docker.io/ldericher/autodoc:diagram
 | |
| 
 | |
| # source: https://stackoverflow.com/a/39420880
 | |
| COPY pdfa /opt/pdfa
 | |
| 
 | |
| # install TeXoffice
 | |
| COPY --chown=root:root \
 | |
|     texoffice \
 | |
|     /opt/texlive/texdir/texmf-dist/tex/latex/texoffice
 | |
| 
 | |
| RUN /opt/texlive/texdir/bin/default/texconfig rehash
 | |
| 
 | |
| # install lenaisten directory
 | |
| COPY --chown=root:root \
 | |
|     lenaisten \
 | |
|     /opt/lenaisten
 |