aboutsummaryrefslogtreecommitdiff
path: root/util/docker/coreboot.org-status/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'util/docker/coreboot.org-status/Dockerfile')
-rw-r--r--util/docker/coreboot.org-status/Dockerfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/util/docker/coreboot.org-status/Dockerfile b/util/docker/coreboot.org-status/Dockerfile
new file mode 100644
index 0000000000..910f8e75cc
--- /dev/null
+++ b/util/docker/coreboot.org-status/Dockerfile
@@ -0,0 +1,7 @@
+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