summaryrefslogtreecommitdiff
path: root/buildbot/linkchecker.Containerfile
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/linkchecker.Containerfile')
-rw-r--r--buildbot/linkchecker.Containerfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/buildbot/linkchecker.Containerfile b/buildbot/linkchecker.Containerfile
new file mode 100644
index 0000000..d80693c
--- /dev/null
+++ b/buildbot/linkchecker.Containerfile
@@ -0,0 +1,10 @@
+FROM docker.io/library/debian:bookworm-slim
+
+ENV DEBIAN_FRONTEND=noninteractive
+
+RUN apt-get update && \
+ apt-get install -yqq \
+ linkchecker \
+&& rm -rf /var/lib/apt/lists/*
+
+COPY linkcheckerrc /root/.config/linkchecker/linkcheckerrc