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

Dockerfile: Adding dependencies to build ieee1905

parent 4601bab1
No related branches found
No related tags found
1 merge request!6Dockerfile: Adding dependencies to build ieee1905
...@@ -284,6 +284,11 @@ RUN \ ...@@ -284,6 +284,11 @@ RUN \
automake \ automake \
libtool libtool
# Install dependencies for ieee1905
RUN \
apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
libpcap-dev
WORKDIR /builds/iopsys/ WORKDIR /builds/iopsys/
# Prepare supervisor # Prepare supervisor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment