Compare commits
	
		
			No commits in common. "9771afebb0a68158e9ec55c1ae961f5afdd4248f" and "ec7c4b2b657cd443c2980d4afcc623c6f37ee268" have entirely different histories.
		
	
	
		
			9771afebb0
			...
			ec7c4b2b65
		
	
		
@ -3,7 +3,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
FROM alpine:latest
 | 
					FROM alpine:latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN apk --update add sudo python3 git openssl ca-certificates openssh-client rsync && \
 | 
					RUN apk --update add sudo python3 openssl ca-certificates openssh-client rsync && \
 | 
				
			||||||
	apk --update add --virtual build-dependencies \
 | 
						apk --update add --virtual build-dependencies \
 | 
				
			||||||
		python3-dev libffi-dev openssl-dev build-base \
 | 
							python3-dev libffi-dev openssl-dev build-base \
 | 
				
			||||||
		ansible py3-ansible-lint && \
 | 
							ansible py3-ansible-lint && \
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,6 @@
 | 
				
			|||||||
FROM gitea/runner-images:ubuntu-latest
 | 
					FROM gitea/runner-images:ubuntu-latest
 | 
				
			||||||
RUN wget https://github.com/gohugoio/hugo/releases/download/v0.135.0/hugo_0.135.0_linux-amd64.deb && \
 | 
					RUN apt-get update && \
 | 
				
			||||||
	apt-get install -y ./hugo_0.135.0_linux-amd64.deb && \
 | 
						apt-get install -y --no-install-recommends hugo && \
 | 
				
			||||||
	rm -rf var/lib/{apt,dpkg,cache,log} hugo_0.135.0_linux-arm64.deb
 | 
						rm -rf var/lib/{apt,dpkg,cache,log}/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user