mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	Fixed the issue where internal context copy occurs frequently. (#16931)
remove cache mount in nginx build Co-authored-by: Ludis Hur <ludishur@dxsolution.kr>
This commit is contained in:
		
							parent
							
								
									5210d8c0a2
								
							
						
					
					
						commit
						92422d853d
					
				| @ -39,10 +39,7 @@ ARG DEBIAN_FRONTEND | |||||||
| ENV CCACHE_DIR /root/.ccache | ENV CCACHE_DIR /root/.ccache | ||||||
| ENV CCACHE_MAXSIZE 2G | ENV CCACHE_MAXSIZE 2G | ||||||
| 
 | 
 | ||||||
| # bind /var/cache/apt to tmpfs to speed up nginx build | RUN --mount=type=bind,source=docker/main/build_nginx.sh,target=/deps/build_nginx.sh \ | ||||||
| RUN --mount=type=tmpfs,target=/tmp --mount=type=tmpfs,target=/var/cache/apt \ |  | ||||||
|     --mount=type=bind,source=docker/main/build_nginx.sh,target=/deps/build_nginx.sh \ |  | ||||||
|     --mount=type=cache,target=/root/.ccache \ |  | ||||||
|     /deps/build_nginx.sh |     /deps/build_nginx.sh | ||||||
| 
 | 
 | ||||||
| FROM wget AS sqlite-vec | FROM wget AS sqlite-vec | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user