| 
									
										
										
										
											2025-05-05 21:46:16 +00:00
										 |  |  | FROM docker.io/ldericher/autodoc:diagram
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-05-12 22:07:56 +00:00
										 |  |  | 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 \
 | 
					
						
							|  |  |  |     ;
 |