Skip to content

Commit

Permalink
adding MIB downloads to docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Heck <heckj@mac.com>
  • Loading branch information
heckj committed Dec 14, 2016
1 parent b48f166 commit bdf6a27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ RUN mkdir -p ./node_modules \
&& ln -s /RackHD/on-core ./node_modules/on-core \
&& ln -s /RackHD/on-core/node_modules/di ./node_modules/di \
&& npm install --ignore-scripts --production \
&& apt-get install -y libsnmp-dev
&& apt-get install -y libsnmp-dev snmp-mibs-downloader snmp \
&& download-mibs

VOLUME /var/lib/dhcp
CMD [ "node", "/RackHD/on-taskgraph/index.js" ]

0 comments on commit bdf6a27

Please sign in to comment.