7 lines
242 B
Docker
7 lines
242 B
Docker
FROM debian:bullseye-slim
|
|
|
|
COPY hwraid.le-vert.net.gpg /etc/apt/trusted.gpg.d/
|
|
RUN chmod a+r /etc/apt/trusted.gpg.d/hwraid.le-vert.net.gpg
|
|
|
|
COPY hwraid.list /etc/apt/sources.list.d
|
|
RUN apt update && apt -y install hpacucli megacli mpt-status
|