From 89d2660b52ee19e1c70ff88b2b6c5002e9c295f1 Mon Sep 17 00:00:00 2001 From: Dmitri Bogomolov <4glitch@gmail.com> Date: Wed, 17 Nov 2021 22:20:30 +0200 Subject: [PATCH] stdeb is installed with pip, but it needs python-setuptools and python-six --- packages/docker/Dockerfile.bionic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/docker/Dockerfile.bionic b/packages/docker/Dockerfile.bionic index 0dd3b5ad..620d50ee 100644 --- a/packages/docker/Dockerfile.bionic +++ b/packages/docker/Dockerfile.bionic @@ -17,8 +17,8 @@ RUN apt-get install -yq --no-install-suggests --no-install-recommends \ # Testing environment language-pack-en \ qtbase5-dev qt5-default tor tox xvfb \ - # dpkg - debhelper dh-apparmor dh-python fakeroot python-stdeb + # stdeb + debhelper dh-apparmor dh-python fakeroot python-setuptools python-six wget # Wine # wget wine-stable winetricks mingw-w64 wine32 wine64