diff --git a/docker/code-analysis/Dockerfile b/docker/code-analysis/Dockerfile index 4b6274590a7c394fc509904e4e371820e8f2a215..73a31c01ab15de981fb071affe78277062e2d65c 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