7 lines
271 B
Docker
7 lines
271 B
Docker
FROM debian:bullseye-slim
|
|
|
|
#RUN apt update && apt -y install gnupg
|
|
#RUN apt-key add /root/hwraid.le-vert.net.gpg.key
|
|
COPY hwraid.le-vert.net.gpg /etc/apt/trusted.gpg.d/
|
|
COPY hwraid.list /etc/apt/sources.list.d
|
|
RUN apt update && apt -y install hpacucli megacli mpt-status
|