fix dockerfile for debian 12
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user