You've already forked mkisofs-docker
							
							fix: replace curl with pre-installed 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 MKISOFS_VERSION | ARG MKISOFS_VERSION | ||||||
|  |  | ||||||
| RUN yum update --assumeyes && \ | RUN yum update --assumeyes && \ | ||||||
|     yum install --assumeyes bash curl |     yum install --assumeyes bash bash-completion | ||||||
|  |  | ||||||
| RUN if [ -z ${MKISOFS_VERSION+x} ]; then \ | RUN if [ -z ${MKISOFS_VERSION+x} ]; then \ | ||||||
|       yum install --assumeyes xorriso; \ |       yum install --assumeyes xorriso; \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user