[raid] apt with -y -> no confirmation
This commit is contained in:
parent
16e5e97e6c
commit
b99b13da3a
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM debian:bullseye-slim
|
||||
|
||||
RUN apt update && apt install gnupg
|
||||
RUN apt update && apt -y install gnupg
|
||||
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
|
||||
RUN apt update && apt install hpacucli megacli mpt-status
|
||||
RUN apt update && apt -y install hpacucli megacli mpt-status
|
||||
|
|
Loading…
Reference in a new issue