14 lines
420 B
Docker
14 lines
420 B
Docker
# 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 <https://polyformproject.org/licenses/noncommercial/1.0.0>.
|
|
|
|
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 |