diff --git a/ungleich-raid/Dockerfile b/ungleich-raid/Dockerfile index 95832fe..2fe5d9e 100644 --- a/ungleich-raid/Dockerfile +++ b/ungleich-raid/Dockerfile @@ -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