Skip to content
Snippets Groups Projects
Commit 4601bab1 authored by Vivek Dutta's avatar Vivek Dutta
Browse files

obuspa: Add dependencies for obuspa package

parent 4f6c9623
No related branches found
No related tags found
1 merge request!5obuspa: Add dependencies for obuspa package
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment