13 lines
		
	
	
	
		
			342 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			342 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM docker.io/ldericher/autodoc:diagram
 | |
| 
 | |
| RUN set -ex; \
 | |
|     # install TeXoffice
 | |
|     ln -s \
 | |
|         /workspaces/lev-templates/deploy/texoffice \
 | |
|         /opt/texlive/texdir/texmf-dist/tex/latex/texoffice \
 | |
|     ; \
 | |
|     # install lenaisten directory
 | |
|     ln -s \
 | |
|         /workspaces/lev-templates/src/lenaisten \
 | |
|         /opt/lenaisten \
 | |
|     ;
 |