# anytraverser (c) by chacha # # anytraverser is licensed under a # PolyForm Noncommercial License 1.0.0 # # You should have received a copy of the license along with this # work. If not, see . FROM debian:bookworm-slim ENV DEBIAN_FRONTEND=noninteractive RUN apt update RUN apt install -y python3.11 python3-virtualenv python3-pip git python3-venv weasyprint