opennetworkinglab / ODTN-emulator

Emulator for the ODTN project.
Apache License 2.0
8 stars 18 forks source link

Added missing package dependency to Dockerfile #12

Closed iicc1 closed 4 years ago

iicc1 commented 4 years ago

When building the two OpenConfig emulators with docker-compose up -d, Docker fails to build the image. There is a compilation error while installing netconf-console (line 39)

I have discovered that installing the package lib32ncurses5-dev fixes this problem.