From 86a07d507953b4cae5c0a9ba77633004d8fa2bda Mon Sep 17 00:00:00 2001 From: Faheem Pervez Date: Thu, 18 Jun 2020 14:46:47 +0100 Subject: [PATCH] docker image: install heimdal-multidev and comerr-dev (#5418) For samba in unstable-packages --- scripts/setup-ubuntu.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 4600ced91..e1b63451c 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -126,7 +126,10 @@ PACKAGES+=" python-yaml" # Java. PACKAGES+=" openjdk-8-jdk" +# Samba (in unstable repository) PACKAGE+=" libparse-yapp-perl" +PACKAGE+=" heimdal-multidev" +PACKAGE+=" comerr-dev" # Needed by packages in unstable repository. PACKAGES+=" docbook-to-man"