coreboot-libre-fam15h-rdimm/util/docker/coreboot.org-status/Dockerfile

8 lines
174 B
Docker
Raw Permalink Normal View History

2024-03-04 11:14:53 +01:00
FROM debian:sid
RUN apt-get update && apt-get install -y python git bc && apt-get clean
ADD board-status.html kconfig2html run.sh /opt/tools/
ENTRYPOINT /opt/tools/run.sh