mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-11-04 01:51:04 +01:00 
			
		
		
		
	Add certificates to docker image so we can get derpmap from tailscale
This commit is contained in:
		
							parent
							
								
									582eb57a09
								
							
						
					
					
						commit
						0e902fe949
					
				@ -12,6 +12,11 @@ RUN test -e /go/bin/headscale
 | 
			
		||||
 | 
			
		||||
FROM ubuntu:20.04
 | 
			
		||||
 | 
			
		||||
RUN apt-get update \
 | 
			
		||||
    && apt-get install -y ca-certificates \
 | 
			
		||||
    && update-ca-certificates \
 | 
			
		||||
    && rm -rf /var/lib/apt/lists/*
 | 
			
		||||
 | 
			
		||||
COPY --from=build /go/bin/headscale /usr/local/bin/headscale
 | 
			
		||||
ENV TZ UTC
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user