]> granicus.if.org Git - fortune-mod/commitdiff
fixes to docker-test - inst deps - seems to work
authorShlomi Fish <shlomif@shlomifish.org>
Mon, 2 Mar 2020 11:28:12 +0000 (13:28 +0200)
committerShlomi Fish <shlomif@shlomifish.org>
Mon, 2 Mar 2020 11:28:12 +0000 (13:28 +0200)
scripts/debian-packaging/docker-test.pl

index 5aeed411f449fbcf173a5d03e24338f3f9fb4f14..bd06dcd914ad2123a7d3a38f7e1c2062c1f7be5c 100644 (file)
@@ -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