You've already forked createrepo-docker
							
							fix: replace curl with curl-minimal, add bash-completion
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		| @@ -3,7 +3,7 @@ FROM docker.io/library/rockylinux:9.1 | |||||||
| ARG CREATEREPO_VERSION | ARG CREATEREPO_VERSION | ||||||
|  |  | ||||||
| RUN yum update --assumeyes && \ | RUN yum update --assumeyes && \ | ||||||
|     yum install --assumeyes bash curl |     yum install --assumeyes bash bash-completion | ||||||
|  |  | ||||||
| RUN if [ -z ${CREATEREPO_VERSION+x} ]; then \ | RUN if [ -z ${CREATEREPO_VERSION+x} ]; then \ | ||||||
|       yum install --assumeyes createrepo_c; \ |       yum install --assumeyes createrepo_c; \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user