[raid] permission fix

This commit is contained in:
Nico Schottelius 2021-08-17 22:18:27 +02:00
parent 42bc2e6db3
commit 5b33ad906a
2 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,7 @@
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/
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

View File

@ -4,3 +4,8 @@ We are managing raid controllers using most of the tools from
https://hwraid.le-vert.net/.
This repository includes the public gpg key
## Using
You might want to run this container using the privileged mode of your
container runtime.