Fix compile-r7rs installing in container
This commit is contained in:
		
							parent
							
								
									936d250b3c
								
							
						
					
					
						commit
						6850991604
					
				| 
						 | 
					@ -13,7 +13,8 @@ RUN apt-get update && apt-get install -y \
 | 
				
			||||||
    libmbedtls-dev \
 | 
					    libmbedtls-dev \
 | 
				
			||||||
    markdown \
 | 
					    markdown \
 | 
				
			||||||
    pandoc \
 | 
					    pandoc \
 | 
				
			||||||
    weasyprint
 | 
					    weasyprint \
 | 
				
			||||||
 | 
					    chicken-bin
 | 
				
			||||||
RUN git clone https://github.com/Retropikzel/chibi-scheme.git --branch=snow-chibi-foreign-depends
 | 
					RUN git clone https://github.com/Retropikzel/chibi-scheme.git --branch=snow-chibi-foreign-depends
 | 
				
			||||||
RUN cd chibi-scheme && make && make install
 | 
					RUN cd chibi-scheme && make && make install
 | 
				
			||||||
RUN chicken-install r7rs
 | 
					RUN chicken-install r7rs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue