Skip to content
Snippets Groups Projects

obuspa: Add dependencies for obuspa package

Merged Vivek Dutta requested to merge obuspa_support into master
1 file
+ 13
0
Compare changes
  • Side-by-side
  • Inline
@@ -271,6 +271,19 @@ RUN \
@@ -271,6 +271,19 @@ RUN \
cp dmtree/tr157/*.h /usr/include/libbbfdm/ && \
cp dmtree/tr157/*.h /usr/include/libbbfdm/ && \
cp libbbf_api/*.h /usr/include/libbbf_api/
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/
WORKDIR /builds/iopsys/
# Prepare supervisor
# Prepare supervisor
Loading