fix(debian): added dependencies to deb-building Dockerfile for offline installation
This commit is contained in:
@@ -14,6 +14,8 @@ RUN apt-get update && apt-get install -y \
|
|||||||
fakeroot \
|
fakeroot \
|
||||||
python3 \
|
python3 \
|
||||||
python3-venv \
|
python3-venv \
|
||||||
|
python3-pip \
|
||||||
|
python3-wheel \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
WORKDIR /build/src
|
WORKDIR /build/src
|
||||||
|
|||||||
Reference in New Issue
Block a user