Add git to the hugo container again
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ci/woodpecker/push/woodpecker Pipeline was successful
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ci/woodpecker/push/woodpecker Pipeline was successful
				
			This commit is contained in:
		@@ -12,7 +12,7 @@ RUN mkdir /out && mv /tmp/hugo /out/hugo
 | 
			
		||||
RUN chmod +x /out/hugo
 | 
			
		||||
 | 
			
		||||
FROM registry.hub.docker.com/library/debian
 | 
			
		||||
RUN apt-get update && apt-get install git
 | 
			
		||||
RUN apt-get update && apt-get install git -y
 | 
			
		||||
ENV HUGO_BIND=0.0.0.0 
 | 
			
		||||
ENV HUGO_DESTINATION=public
 | 
			
		||||
COPY --from=builder /out/hugo /usr/bin/hugo
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user