Another comment

This commit is contained in:
Joseph Turian 2022-09-11 22:13:22 +02:00
parent cc56785695
commit 35a052ae8b
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@
# Multi-arch build:
# docker buildx create --use
# docker buildx build . --platform=linux/amd64,linux/arm64,linux/arm/v7 --push -t archivebox/archivebox:latest -t archivebox/archivebox:dev
#
# Read more about [developing
# Archivebox](https://github.com/ArchiveBox/ArchiveBox#archivebox-development).
FROM python:3.10-slim-bullseye