ungleich-hardware/Dockerfile

23 lines
616 B
Docker
Raw Normal View History

FROM debian:10.11-slim
2022-01-15 15:41:50 +00:00
RUN apt-get update && apt-get install -y wget gnupg2 less
RUN wget -O - https://hwraid.le-vert.net/debian/hwraid.le-vert.net.gpg.key | apt-key add -
# Need to use buster, as bullseye repo is mostly empty
RUN echo deb http://hwraid.le-vert.net/debian buster main | tee /etc/apt/sources.list.d/hwraid.list
RUN apt-get update && apt search hpacucli
2022-01-15 15:41:50 +00:00
RUN apt-get update && apt-get install -y \
2022-01-15 19:37:13 +00:00
cciss-vol-status \
2022-01-15 19:17:47 +00:00
dmidecode \
2022-01-15 19:37:13 +00:00
fwupd \
2022-01-15 15:41:50 +00:00
hpacucli \
ipmitool \
megacli \
megaclisas-status \
2022-01-15 19:37:13 +00:00
mpt-status \
pciutils \
2022-02-12 12:36:06 +00:00
procps \
2022-01-15 19:48:41 +00:00
strace \
2022-02-12 12:36:06 +00:00
stress-ng \
tmux