From 4601bab1129d2d232e45fc799cdfa0028d291fae Mon Sep 17 00:00:00 2001 From: vdutta <vivek.dutta@iopsys.eu> Date: Thu, 21 May 2020 12:51:41 +0530 Subject: [PATCH] obuspa: Add dependencies for obuspa package --- docker/code-analysis/Dockerfile | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docker/code-analysis/Dockerfile b/docker/code-analysis/Dockerfile index 4b62745..73a31c0 100644 --- a/docker/code-analysis/Dockerfile +++ b/docker/code-analysis/Dockerfile @@ -271,6 +271,19 @@ RUN \ cp dmtree/tr157/*.h /usr/include/libbbfdm/ && \ cp libbbf_api/*.h /usr/include/libbbf_api/ +# Install dependencies for obuspa +RUN \ + apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \ + sqlite3 \ + libssl-dev \ + libcurl4-openssl-dev \ + libsqlite3-dev \ + libc-ares-dev \ + libz-dev \ + autoconf \ + automake \ + libtool + WORKDIR /builds/iopsys/ # Prepare supervisor -- GitLab