Skip to content

Commit

Permalink
Merge bc71278 into 68f5795
Browse files Browse the repository at this point in the history
  • Loading branch information
changev committed Feb 6, 2017
2 parents 68f5795 + bc71278 commit 029244a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ FROM rackhd/on-tasks
COPY . /RackHD/on-taskgraph/
WORKDIR /RackHD/on-taskgraph

ADD https://raw.githubusercontent.com/RackHD/on-build-config/master/build-release-tools/docker_sources.list /etc/apt/sources.list

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 update \
&& apt-get install -y libsnmp-dev snmp-mibs-downloader snmp \
&& download-mibs

Expand Down

0 comments on commit 029244a

Please sign in to comment.