use new key mechanism, fallback to buster repo

This commit is contained in:
Nico Schottelius 2021-08-17 22:15:20 +02:00
parent b99b13da3a
commit 42bc2e6db3
3 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
FROM debian:bullseye-slim
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
#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

View File

@ -1 +1,2 @@
deb http://hwraid.le-vert.net/debian bullseye main
# The bullseye repo is missing most tools as of 2021-08-17
deb http://hwraid.le-vert.net/debian buster main