use new key mechanism, fallback to buster repo
This commit is contained in:
parent
b99b13da3a
commit
42bc2e6db3
3 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM debian:bullseye-slim
|
FROM debian:bullseye-slim
|
||||||
|
|
||||||
RUN apt update && apt -y 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
|
||||||
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
|
COPY hwraid.list /etc/apt/sources.list.d
|
||||||
RUN apt update && apt -y install hpacucli megacli mpt-status
|
RUN apt update && apt -y install hpacucli megacli mpt-status
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue