install venv

This commit is contained in:
Richard Ward
2025-12-18 22:45:39 +00:00
parent c11e1dca76
commit eb580970c5

View File

@@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
pkg-config \
python3 \
python3-pip \
python3-venv \
ca-certificates \
git \
&& rm -rf /var/lib/apt/lists/*