This commit is contained in:
		
							
								
								
									
										10
									
								
								Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Dockerfile
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
FROM alpine:3.21
 | 
			
		||||
MAINTAINER Erki Aas <eaas@k-space.ee>
 | 
			
		||||
 | 
			
		||||
RUN \
 | 
			
		||||
  echo http://dl-cdn.alpinelinux.org/alpine/v3.9/community >> /etc/apk/repositories && \
 | 
			
		||||
  apk add --no-cache --update ca-certificates openssl ipmitool
 | 
			
		||||
 | 
			
		||||
ENTRYPOINT ["ipmitool"]
 | 
			
		||||
 | 
			
		||||
CMD ["--help"]
 | 
			
		||||
		Reference in New Issue
	
	Block a user