Skip to content

Commit

Permalink
test: Added dockerfile for latest Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
n-riesco committed Sep 26, 2015
1 parent 37f2fdf commit 55d1496
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test/ijavascript-node-latest/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FROM node:latest

RUN apt-get update && \
apt-get install -yq --no-install-recommends libzmq-dev ipython-notebook && \
apt-get clean

RUN git clone https://github.com/n-riesco/ijavascript.git && \
cd ijavascript && \
npm i

WORKDIR ijavascript

CMD git pull && npm run test:4 && npm run test:5

0 comments on commit 55d1496

Please sign in to comment.