aboutsummaryrefslogtreecommitdiff
path: root/ci/lint_imagefile
diff options
context:
space:
mode:
Diffstat (limited to 'ci/lint_imagefile')
-rw-r--r--ci/lint_imagefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/lint_imagefile b/ci/lint_imagefile
index d32b35b19d..0e7ede5204 100644
--- a/ci/lint_imagefile
+++ b/ci/lint_imagefile
@@ -4,11 +4,12 @@
# See test/lint/README.md for usage.
-FROM debian:bookworm
+FROM docker.io/debian:bookworm
ENV DEBIAN_FRONTEND=noninteractive
ENV LC_ALL=C.UTF-8
+COPY ./ci/retry/retry /ci_retry
COPY ./.python-version /.python-version
COPY ./ci/lint/container-entrypoint.sh /entrypoint.sh
COPY ./ci/lint/04_install.sh /install.sh