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