add extra information to headers extractor output

This commit is contained in:
Nick Sweeting 2024-02-06 22:22:03 -08:00
parent c4888ace38
commit c6faa9ab76
2 changed files with 5 additions and 1 deletions

View file

@ -15,8 +15,8 @@
# Read more about [developing Archivebox](https://github.com/ArchiveBox/ArchiveBox#archivebox-development).
# Use Debian 12 w/ faster package updates: https://packages.debian.org/bookworm-backports/
FROM python:3.11-slim-bookworm
# Uses Debian 12 w/ faster-updating apt-lists added below: https://packages.debian.org/bookworm-backports/
LABEL name="archivebox" \
maintainer="Nick Sweeting <dockerfile@archivebox.io>" \