parent
6cccb6da06
commit
1c681faf76
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"]
|
Loading…
x
Reference in New Issue
Block a user