From b4b79494b764359703673360fea6ef3aea19f409 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Mon, 2 Mar 2020 13:28:12 +0200 Subject: [PATCH] fixes to docker-test - inst deps - seems to work --- scripts/debian-packaging/docker-test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/debian-packaging/docker-test.pl b/scripts/debian-packaging/docker-test.pl index 5aeed41..bd06dcd 100644 --- a/scripts/debian-packaging/docker-test.pl +++ b/scripts/debian-packaging/docker-test.pl @@ -56,7 +56,7 @@ my $script = <<"EOSCRIPTTTTTTT"; $BASH_SAFETY apt-get -y update apt-get -y install eatmydata sudo -sudo eatmydata apt -y install build-essential cmake git-buildpackage perl +sudo eatmydata apt -y install build-essential chrpath cmake git-buildpackage librecode-dev perl recode sudo adduser --disabled-password --gecos '' "$USER" sudo usermod -a -G sudo "$USER" echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers -- 2.40.0