Skip to content

Commit

Permalink
Merge bdf6a27 into b48f166
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj committed Dec 14, 2016
2 parents b48f166 + bdf6a27 commit 2a2155d
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 2a2155d

Please sign in to comment.