fix dockerfile for debian 12

This commit is contained in:
cclecle
2023-11-01 00:08:34 +00:00
parent 6a554af8f8
commit 5ce727e60c

View File

@@ -11,8 +11,4 @@ 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
RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install --upgrade virtualenv
RUN python3 -m pip install --upgrade setuptools wheel build
RUN apt install -y python3.11 python3-virtualenv python3-pip git python3-venv weasyprint