mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-11-04 10:01:05 +01:00 
			
		
		
		
	Add ca-certificates to Dockerfile
This commit is contained in:
		
							parent
							
								
									252342a0a5
								
							
						
					
					
						commit
						db97a7ab10
					
				@ -16,6 +16,9 @@ RUN test -e /go/bin/headscale
 | 
				
			|||||||
# Production image
 | 
					# Production image
 | 
				
			||||||
FROM docker.io/debian:bullseye-slim
 | 
					FROM docker.io/debian:bullseye-slim
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					RUN apt-get update \
 | 
				
			||||||
 | 
					    && apt-get install -y ca-certificates
 | 
				
			||||||
 | 
					
 | 
				
			||||||
COPY --from=build /go/bin/headscale /bin/headscale
 | 
					COPY --from=build /go/bin/headscale /bin/headscale
 | 
				
			||||||
ENV TZ UTC
 | 
					ENV TZ UTC
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user