expand the toolkit a bit more
This commit is contained in:
		
							parent
							
								
									af385de870
								
							
						
					
					
						commit
						3ac949329f
					
				| 
						 | 
					@ -17,7 +17,7 @@
 | 
				
			||||||
FROM debian:trixie
 | 
					FROM debian:trixie
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN apt -y update && apt -y install \
 | 
					RUN apt -y update && apt -y install \
 | 
				
			||||||
	yarnpkg git git-lfs ssh rsync ghc cabal-install build-essential pkg-config zlib1g-dev \
 | 
						yarnpkg git git-lfs ssh rsync ghc cabal-install build-essential pkg-config zlib1g-dev jq yq \
 | 
				
			||||||
	&& rm -fr /var/cache/apt
 | 
						&& rm -fr /var/cache/apt
 | 
				
			||||||
 | 
					
 | 
				
			||||||
WORKDIR /opt/reploy
 | 
					WORKDIR /opt/reploy
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue