From 5253d3c1d285c4cda30a9791d180d01b3fc579fc Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Wed, 24 Feb 2021 13:14:29 +0100 Subject: [PATCH] Dockerfile: Pull all Python dependencies from Debian This provides a clearer and more stable environment. Signed-off-by: Jan Kiszka --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b13bf46..33a9ac6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN apt-get install --no-install-recommends -y \ 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 \ 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 \ dosfstools mtools parted \ git-lfs mercurial iproute2 ssh-client curl rsync gnupg awscli && \