2021-08-17 20:07:28 +00:00
|
|
|
FROM debian:bullseye-slim
|
|
|
|
|
2021-08-17 20:08:30 +00:00
|
|
|
RUN apt update && apt -y install gnupg
|
2021-08-17 20:07:28 +00:00
|
|
|
COPY hwraid.le-vert.net.gpg.key /root
|
|
|
|
RUN apt-key add /root/hwraid.le-vert.net.gpg.key
|
|
|
|
COPY hwraid.list /etc/apt/sources.list.d
|
2021-08-17 20:08:30 +00:00
|
|
|
RUN apt update && apt -y install hpacucli megacli mpt-status
|