Dockerfile: Pull all Python dependencies from Debian
This provides a clearer and more stable environment. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
parent
5981664b25
commit
5253d3c1d2
@ -15,7 +15,7 @@ RUN apt-get install --no-install-recommends -y \
|
|||||||
build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \
|
build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \
|
||||||
xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \
|
xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \
|
||||||
pylint3 xterm \
|
pylint3 xterm \
|
||||||
python3-setuptools python3-wheel python3-yaml \
|
python3-setuptools python3-wheel python3-yaml python3-distro python3-jsonschema \
|
||||||
gosu lsb-release file vim less procps tree tar bzip2 zstd bc tmux libncurses-dev \
|
gosu lsb-release file vim less procps tree tar bzip2 zstd bc tmux libncurses-dev \
|
||||||
dosfstools mtools parted \
|
dosfstools mtools parted \
|
||||||
git-lfs mercurial iproute2 ssh-client curl rsync gnupg awscli && \
|
git-lfs mercurial iproute2 ssh-client curl rsync gnupg awscli && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user