From e8fe70fc9067ab2911f7e9e366fa670f897af669 Mon Sep 17 00:00:00 2001 From: Leonid Plyushch Date: Tue, 24 Sep 2019 22:17:05 +0300 Subject: [PATCH] docker image: install libossp-uuid-dev --- scripts/setup-ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 4252b0674..4f081d161 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -49,6 +49,7 @@ PACKAGES+=" python3-recommonmark" # needed for llvm-8 documentation PACKAGES+=" llvm-8-tools" # so we don't build llvm for build PACKAGES+=" valac" # for ccnet PACKAGES+=" openssl" # Needed by swi-prolog +PACKAGES+=" libossp-uuid-dev" PACKAGES+=" libssl-dev:i386" # Needed by swi-prolog 32-bit PACKAGES+=" zlib1g-dev:i386"