diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..804f180 --- /dev/null +++ b/Dockerfile @@ -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"] \ No newline at end of file